Skip to content

Commit 0439400

Browse files
committed
add flask sqlalchemy
1 parent 3fdd664 commit 0439400

File tree

4 files changed

+192
-2
lines changed

4 files changed

+192
-2
lines changed

poetry.lock

+185-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ python = "^3.12"
1414
click = "^8.1.7"
1515
gunicorn = "^22.0.0"
1616
flask = "^3.0.3"
17+
flask-sqlalchemy = "^3.1.1"
1718

1819
[tool.poetry.scripts]
1920
teufa = "teufa.cli:cli"

0 commit comments

Comments
 (0)