Browse Source

Move from psycopg2 to psycopg2-binary to use manylinux wheels

For more details, see https://github.com/psycopg/psycopg2/issues/674
pull/157/head
Lumir Balhar 5 years ago
parent
commit
6381ce544e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      requirements.txt

+ 1
- 1
requirements.txt View File

@ -1,7 +1,7 @@
Django>=2.2.12,<3.0 Django>=2.2.12,<3.0
django-debug-toolbar==2.2 django-debug-toolbar==2.2
gunicorn==20.0.4 gunicorn==20.0.4
psycopg2==2.8.5
psycopg2-binary==2.8.5
pytz==2020.1 pytz==2020.1
sqlparse==0.3.1 sqlparse==0.3.1
whitenoise==5.1.0 whitenoise==5.1.0

Loading…
Cancel
Save