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 1a69fbb commit 51dd1c4Copy full SHA for 51dd1c4
requirements.txt
@@ -1,3 +1,4 @@
1
+sqlalchemy==2.0.43
2
pytest==8.4.1
3
pytest-cov==6.2.1
4
flake8==7.3.0
stat_log_db/pyproject.toml
@@ -9,6 +9,7 @@ description = ""
9
readme = "README.md"
10
requires-python = ">=3.12.10"
11
dependencies = [
12
+ "sqlalchemy==2.0.43"
13
]
14
15
[project.optional-dependencies]
0 commit comments