Skip to content

Commit

Permalink
➕ added dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
agn-7 committed Nov 8, 2023
1 parent a8ff3a9 commit 88010df
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 2 deletions.
108 changes: 107 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "ifsguid"
version = "0.1.0"
description = ""
authors = ["IFSGuid Backend"]
authors = ["Benyamin <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.11"
Expand All @@ -12,10 +12,12 @@ uvicorn = "^0.24.0.post1"
alembic = "^1.12.1"
sqlalchemy = "1.4.27"
psycopg2-binary = "^2.9.9"
pydantic-settings = "^2.0.3"

[tool.poetry.group.dev.dependencies]
requests = "^2.31.0"
pytest = "7.4.2"
black = "^23.10.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 88010df

Please sign in to comment.