Skip to content

Commit d7a4765

Browse files
committed
fix: can't use psycopg-binary 2.9.x in 3.8 with Django 2.2
1 parent 8aee9d5 commit d7a4765

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

requirements-base.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ Pillow==8.2.0; python_version == '3.6'
3535
Pillow==8.3.1; python_version > '3.6'
3636
progressbar2==3.32.0
3737
python-rapidjson==1.4
38-
psycopg2-binary==2.8.6; python_version == '3.6'
39-
# For development only: This version removes needing to setting flags for Apple's M1 chipset
40-
psycopg2-binary==2.9.1; python_version > '3.6'
38+
psycopg2-binary==2.8.6
4139
PyJWT==2.1.0
4240
python-dateutil==2.8.1
4341
python-memcached==1.59

0 commit comments

Comments
 (0)