Skip to content

Commit

Permalink
docker/api: sort packages alphabetically in requirements.txt
Browse files Browse the repository at this point in the history
Sort the list of packages alphabetically in requirements.txt to make
it easier to maintain and avoid duplicates.

Signed-off-by: Guillaume Tucker <[email protected]>
  • Loading branch information
gctucker authored and JenySadadia committed Nov 15, 2023
1 parent 6f821ec commit bf2c214
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker/api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ aioredis[hiredis]==2.0.0
cloudevents==1.9.0
fastapi[all]==0.68.1
fastapi-pagination==0.9.3
fastapi-users[beanie, oauth]==10.4.0
fastapi-versioning==0.10.0
MarkupSafe==2.0.1
motor==2.5.1
passlib==1.7.4
pydantic==1.10.5
python-jose[cryptography]==3.3.0
uvicorn[standard]==0.13.4
motor==2.5.1
pymongo-migrate==0.11.0
python-jose[cryptography]==3.3.0
pyyaml==5.3.1
fastapi-versioning==0.10.0
fastapi-users[beanie, oauth]==10.4.0
MarkupSafe==2.0.1
uvicorn[standard]==0.13.4

0 comments on commit bf2c214

Please sign in to comment.