Skip to content

Commit

Permalink
add dependencies to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
elfkuzco committed Jun 3, 2024
1 parent bc7af1c commit 4d6b567
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ dependencies = [
"alembic == 1.13.1",
"fastapi[all] == 0.111.0",
"pydantic == 2.7.2",
"SQLAlchemy == 2.0.30",
"psycopg[binary,pool] == 3.1.19",
]
license = {text = "GPL-3.0-or-later"}
classifiers = [
Expand Down

0 comments on commit 4d6b567

Please sign in to comment.