Files
Pinry/Pipfile
winkidney 6b3402c9f5 Feature: Use psycopg2-binary as dep instead of psycopg2
Due to the offical warnning from command line.
2019-02-22 16:44:53 +08:00

24 lines
377 B
TOML

[[source]]
url = "https://pypi.python.org/simple"
name = "pypi"
verify_ssl = true
[dev-packages]
"flake8" = "*"
qrcode = "*"
[packages]
django = ">=1.11,<1.12"
pillow = "*"
requests = "*"
django-taggit = "*"
django-braces = "*"
django-compressor = "*"
mock = "*"
gunicorn = "*"
djangorestframework = "*"
markdown = "*"
django-filter = "*"
coreapi = "*"
psycopg2-binary = "*"