Skip to content

Commit

Permalink
Remove psycopg2 from pip requires and pip freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslinhares committed Nov 22, 2024
1 parent dfbf882 commit 8b7b2d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions docker/pip-freeze.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ polib==1.1.1
# via -r ../pip-requires.txt
prometheus-client==0.8.0
# via flower
psycopg2-binary==2.8.6 ; (python_version >= "2.7" and python_full_version < "3.0.0") or python_full_version >= "3.4.0"
# via -r ../pip-requires.txt
pycountry==18.12.8
# via -r ../pip-requires.txt
pycparser==2.20 ; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
Expand Down
1 change: 0 additions & 1 deletion pip-requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ pycountry
pycrypto
python-dateutil==2.8.2
pytz
psycopg2-binary
redis<3.0 # see https://github.com/celery/celery/issues/4495
requests
simplejson
Expand Down

0 comments on commit 8b7b2d2

Please sign in to comment.