Skip to content

Commit

Permalink
Fix backend dependencies (#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
evroon authored Feb 25, 2025
1 parent c486862 commit 4fc0de7
Showing 1 changed file with 22 additions and 23 deletions.
45 changes: 22 additions & 23 deletions backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,32 @@ verify_ssl = true
name = "pypi"

[packages]
aiofiles = ">=23.2.1"
types-aiofiles = ">=23.2.0.0"
aiohttp = ">=3.8.3"
aiopg = ">=1.4.0"
alembic = ">=1.13.1"
aiofiles = "24.1.0"
aiohttp = "3.11.12"
aiopg = "1.4.0"
alembic = "1.14.1"
bcrypt = "4.2.1"
click = ">=8.1.3"
click = "8.1.8"
databases = {extras = ["asyncpg"], version = "<=0.8.0"}
fastapi = "0.115.6"
fastapi-cache2 = ">=0.2.0"
fastapi-sso = ">=0.6.4"
gunicorn = ">=20.1.0"
heliclockter = ">=1.3.0"
parameterized = ">=0.8.1"
passlib = ">=1.7.4"
pydantic = "<3.0.0"
fastapi-sso = "0.17.0"
gunicorn = "23.0.0"
heliclockter = "1.3.1"
parameterized = "0.9.0"
passlib = "1.7.4"
pydantic = "2.10.6"
pydantic_settings = "2.1.0"
pyjwt = ">=2.6.0"
python-dotenv = ">=0.21.0"
python-multipart = ">=0.0.5"
sentry-sdk = ">=1.13.0"
sqlalchemy = "<2.0"
sqlalchemy-stubs = ">=0.4"
starlette = ">=0.22.0"
types-passlib = "*"
types-simplejson = ">=3.18.0"
uvicorn = ">=0.20.0"
pyjwt = "2.10.1"
python-dotenv = "1.0.1"
python-multipart = "0.0.20"
sentry-sdk = "2.22.0"
sqlalchemy = "1.4.54"
sqlalchemy-stubs = "0.4"
starlette = "0.41.3"
types-aiofiles = "24.1.0.20241221"
types-passlib = "1.7.7.20241221"
types-simplejson = "3.20.0.20250218"
uvicorn = "0.34.0"

[dev-packages]
aioresponses = "0.7.4"
Expand Down

0 comments on commit 4fc0de7

Please sign in to comment.