Skip to content

Commit

Permalink
chore: fix missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Oct 29, 2024
1 parent 6e871de commit c2566b3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions requirements-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ requests
loguru
prometheus_client
pydantic-settings
psycopg2-binary
asyncpg>=0.30.0
alembic>=1.13.3
sqlmodel==0.0.22
1 change: 0 additions & 1 deletion requirements-cron.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
psycopg2-binary
APScheduler==3.9.1
networkx==3.0
aiohttp==3.8.4
2 changes: 0 additions & 2 deletions requirements-streaming.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ prometheus_client==0.11.0
grpcio==1.40.0
protobuf==3.20.1
confluent_kafka
asyncpg==0.24.0
psycopg2-binary
networkx==3.0

0 comments on commit c2566b3

Please sign in to comment.