From 8b7b2d292146baf9e33cdb5717e2852eacc80b3a Mon Sep 17 00:00:00 2001 From: lucaslinhares Date: Fri, 22 Nov 2024 10:08:51 -0300 Subject: [PATCH] Remove psycopg2 from pip requires and pip freeze --- docker/pip-freeze.txt | 2 -- pip-requires.txt | 1 - 2 files changed, 3 deletions(-) diff --git a/docker/pip-freeze.txt b/docker/pip-freeze.txt index edf573dd31c..8005004cf27 100644 --- a/docker/pip-freeze.txt +++ b/docker/pip-freeze.txt @@ -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" diff --git a/pip-requires.txt b/pip-requires.txt index 2b3710dc575..a4741926488 100644 --- a/pip-requires.txt +++ b/pip-requires.txt @@ -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