Skip to content

Commit 3e26e97

Browse files
committed
Testing for updated dependencies
1 parent 80ad487 commit 3e26e97

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@ python-decouple = "^3.8"
2121
loguru = "^0.7.2"
2222
psutil = "^5.9.8"
2323

24+
# These are the versions that will work with python 3.12
25+
# python = ">=3.11,<3.13"
26+
# pandas = "^2.2.2"
27+
# rdflib = "^7.0.0"
28+
# fastapi = "^0.111.0"
29+
# matplotlib = "^3.8.4"
30+
# psutil = "^5.9.8"
31+
# loguru = "^0.7.2"
32+
# requests-file = "^2.0.0"
33+
# python-decouple = "^3.8"
34+
# gunicorn = "^22.0.0"
35+
2436
[tool.poetry.group.dev.dependencies]
2537
uvicorn = "^0.20.0"
2638
pytest = "^8.0.0"

0 commit comments

Comments
 (0)