Skip to content

Commit

Permalink
fix: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Jan 8, 2025
1 parent 4eea7fc commit f34fc51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
pytest
pytest-mock
pytest-cov

httpx<0.28.0
pytest-httpx
docker-compose
grpcio-tools==1.40.0
3 changes: 1 addition & 2 deletions requirements_worker.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

nanoid==2.0.0

boto3==1.17.53
requests==2.26.0
loguru==0.5.3
Expand All @@ -15,3 +13,4 @@ psycopg2-binary
alembic==1.7.1
asyncpg==0.24.0
sqlmodel==0.0.4
tenacity

0 comments on commit f34fc51

Please sign in to comment.