forked from 00dani/lemoncurry
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:
parent
aec98120ab
commit
4dd7a6dcc4
2 changed files with 30 additions and 30 deletions
2
Pipfile
2
Pipfile
|
@ -10,7 +10,7 @@ python_version = '3.6'
|
|||
django = "*"
|
||||
django-compressor = "*"
|
||||
gunicorn = {extras = ["gevent"]}
|
||||
"psycopg2" = "*"
|
||||
"psycopg2-binary" = "*"
|
||||
pillow = "*"
|
||||
python-memcached = "*"
|
||||
django-meta = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue