Skip to content

Commit ddeade4

Browse files
authored
fix: remove unecassary propeties
1 parent 37dd475 commit ddeade4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ description = "Python client library for REGDATA RPS Engine."
55
authors = [ "REGDATA SA <info@regdata.ch>" ]
66
license = "REGDATA SA"
77
readme = "README.md"
8-
requires-python = ">=3.9,<3.11.9"
9-
package-mode = true
108
packages = [
119
{ include = "Client" }
1210
]
1311

1412
[tool.poetry.dependencies]
13+
python = ">=3.9,<3.11.9"
1514
pydantic = ">=2.10.6,<3.0.0"
1615
pydantic-settings = ">=2.8.1,<3.0.0"
1716
dotenv = ">=0.9.9,<0.10.0"

0 commit comments

Comments
 (0)