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 80ad487 commit 3e26e97Copy full SHA for 3e26e97
pyproject.toml
@@ -21,6 +21,18 @@ python-decouple = "^3.8"
21
loguru = "^0.7.2"
22
psutil = "^5.9.8"
23
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
+
36
[tool.poetry.group.dev.dependencies]
37
uvicorn = "^0.20.0"
38
pytest = "^8.0.0"
0 commit comments