Skip to content

Commit c2566b3

Browse files
committed
chore: fix missing dep
1 parent 6e871de commit c2566b3

3 files changed

+1
-3
lines changed

requirements-common.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ requests
22
loguru
33
prometheus_client
44
pydantic-settings
5+
psycopg2-binary
56
asyncpg>=0.30.0
67
alembic>=1.13.3
78
sqlmodel==0.0.22

requirements-cron.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
psycopg2-binary
21
APScheduler==3.9.1
32
networkx==3.0
43
aiohttp==3.8.4

requirements-streaming.txt

-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@ prometheus_client==0.11.0
44
grpcio==1.40.0
55
protobuf==3.20.1
66
confluent_kafka
7-
asyncpg==0.24.0
8-
psycopg2-binary
97
networkx==3.0

0 commit comments

Comments
 (0)