We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a18575 commit af980dfCopy full SHA for af980df
pyproject.toml
@@ -15,6 +15,7 @@ Tracker = "https://github.com/wherobots/wherobots-python-dbapi-driver/issues"
15
16
[tool.poetry.dependencies]
17
python = "^3.8"
18
+packaging = "*"
19
requests = ">=2.31.0"
20
websockets = ">=13.0"
21
tenacity = ">=8.2.3"
@@ -40,7 +41,7 @@ pandas = "*"
40
41
rich = ">=13.7.1"
42
43
[build-system]
-requires = ["poetry-core>=2.0.1"]
44
+requires = ["poetry-core>=1.9.1"]
45
build-backend = "poetry.core.masonry.api"
46
47
[tool.pylint.format]
0 commit comments