Skip to content

Commit af980df

Browse files
committed
maybe fix project
1 parent 0a18575 commit af980df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Tracker = "https://github.com/wherobots/wherobots-python-dbapi-driver/issues"
1515

1616
[tool.poetry.dependencies]
1717
python = "^3.8"
18+
packaging = "*"
1819
requests = ">=2.31.0"
1920
websockets = ">=13.0"
2021
tenacity = ">=8.2.3"
@@ -40,7 +41,7 @@ pandas = "*"
4041
rich = ">=13.7.1"
4142

4243
[build-system]
43-
requires = ["poetry-core>=2.0.1"]
44+
requires = ["poetry-core>=1.9.1"]
4445
build-backend = "poetry.core.masonry.api"
4546

4647
[tool.pylint.format]

0 commit comments

Comments
 (0)