Switch to psycopg2-binary - don't actually need it, libpq is available in all my environments, but it'll shush some warnings

This commit is contained in:
Danielle McLean 2018-05-11 14:04:38 +10:00
parent aec98120ab
commit 4dd7a6dcc4
Signed by untrusted user: 00dani
GPG key ID: D111F8C5A2560F19
2 changed files with 30 additions and 30 deletions

View file

@ -10,7 +10,7 @@ python_version = '3.6'
django = "*"
django-compressor = "*"
gunicorn = {extras = ["gevent"]}
"psycopg2" = "*"
"psycopg2-binary" = "*"
pillow = "*"
python-memcached = "*"
django-meta = "*"