Merge pull request #156 from frenzymadness/psycopg2-wheels

Move from psycopg2 to psycopg2-binary to use manylinux wheels
This commit is contained in:
Lumír 'Frenzy' Balhar 2020-08-05 10:11:39 +02:00 committed by GitHub
commit 529ec9faec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
django>=1.11,<1.12
django-debug-toolbar==1.8
gunicorn==19.5.0
psycopg2==2.7.3.1
psycopg2-binary==2.7.3.2
whitenoise==3.3.1