Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
fix: revert psycopg2-binary upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
obdulia-losantos committed Aug 16, 2021
1 parent 7e957dd commit a80fc43
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aether-kernel/conf/pip/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ packaging==21.0
ply==3.11
prometheus-client==0.11.0
protobuf==3.17.3
psycopg2-binary==2.9.1
psycopg2-binary==2.8.6
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycodestyle==2.7.0
Expand Down
2 changes: 1 addition & 1 deletion aether-odk-module/conf/pip/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ minio==6.0.2
packaging==21.0
prometheus-client==0.11.0
protobuf==3.17.3
psycopg2-binary==2.9.1
psycopg2-binary==2.8.6
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycodestyle==2.7.0
Expand Down
2 changes: 1 addition & 1 deletion aether-producer/conf/pip/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ mccabe==0.6.1
packaging==21.0
pluggy==0.13.1
psycogreen==1.0.2
psycopg2-binary==2.9.1
psycopg2-binary==2.8.6
py==1.10.0
pycodestyle==2.7.0
pyflakes==2.3.1
Expand Down
2 changes: 1 addition & 1 deletion aether-ui/conf/pip/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ minio==6.0.2
packaging==21.0
prometheus-client==0.11.0
protobuf==3.17.3
psycopg2-binary==2.9.1
psycopg2-binary==2.8.6
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycodestyle==2.7.0
Expand Down

0 comments on commit a80fc43

Please sign in to comment.