-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Locked versions of all back-end dependencies. (#281)
Co-authored-by: Arthur Berezin <[email protected]>
- Loading branch information
1 parent
2a4e114
commit 53e9974
Showing
1 changed file
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
aiosmtplib | ||
alembic | ||
asyncpg | ||
chevron | ||
deepdiff | ||
email-validator | ||
Faker # This dependency temporary must be in production requirements until Organization title change will be implemented. | ||
fastapi | ||
fastapi-users[sqlalchemy] | ||
httpx | ||
httpx-oauth | ||
kubernetes | ||
aiosmtplib==3.0.1 | ||
alembic==1.13.1 | ||
asyncpg==0.29.0 | ||
chevron==0.14.0 | ||
deepdiff==6.7.1 | ||
email-validator==2.0.0.post2 | ||
Faker==24.1.0 # This dependency temporary must be in production requirements until Organization title change will be implemented. | ||
fastapi==0.110.0 | ||
fastapi-users[sqlalchemy]==11.0.0 | ||
httpx==0.26.0 | ||
httpx-oauth==0.13.2 | ||
kubernetes==29.0.0 | ||
kubernetes_asyncio==22.6.5 # Version locked because of issue https://github.com/kubernetes-client/python/issues/1718 and https://github.com/kubernetes-client/python/issues/1751 | ||
mergedeep | ||
procrastinate==0.33.0 | ||
pydantic[dotenv]==1.10.14 | ||
pyyaml | ||
mergedeep==1.3.4 | ||
procrastinate < 1.0.0 | ||
pydantic[dotenv]==1.10.13 | ||
pyyaml==6.0.1 | ||
sqlalchemy[asyncio]==1.4.46 | ||
uvicorn[standard] | ||
uvicorn[standard]==0.28.0 |