Skip to content

Commit e765a30

Browse files
committed
add psycopg2
1 parent ff7d472 commit e765a30

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

poetry.lock

+23-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
@@ -15,6 +15,7 @@ click = "^8.1.7"
1515
gunicorn = "^22.0.0"
1616
flask = "^3.0.3"
1717
flask-sqlalchemy = "^3.1.1"
18+
psycopg2 = "^2.9.9"
1819

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

0 commit comments

Comments
 (0)