We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37dd475 commit ddeade4Copy full SHA for ddeade4
1 file changed
pyproject.toml
@@ -5,13 +5,12 @@ description = "Python client library for REGDATA RPS Engine."
5
authors = [ "REGDATA SA <info@regdata.ch>" ]
6
license = "REGDATA SA"
7
readme = "README.md"
8
-requires-python = ">=3.9,<3.11.9"
9
-package-mode = true
10
packages = [
11
{ include = "Client" }
12
]
13
14
[tool.poetry.dependencies]
+python = ">=3.9,<3.11.9"
15
pydantic = ">=2.10.6,<3.0.0"
16
pydantic-settings = ">=2.8.1,<3.0.0"
17
dotenv = ">=0.9.9,<0.10.0"
0 commit comments