requirements-optionals: use psycopg2-binary (#5969)

Ref: https://github.com/encode/django-rest-framework/pull/5967#issuecomment-386431446
This commit is contained in:
Daniel Hahler 2018-05-08 10:15:32 +02:00 committed by Tom Christie
parent a6b6b6ce55
commit 40d5985f57

View File

@ -1,6 +1,6 @@
# Optional packages which may be used with REST framework.
pytz==2017.2
psycopg2==2.7.4
psycopg2-binary==2.7.4
markdown==2.6.4
django-guardian==1.4.9
django-filter==1.1.0