lemoncurry/Pipfile

22 lines
288 B
Text
Raw Normal View History

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
django-compressor = "*"
gunicorn = "*"
"psycopg2" = "*"
2017-10-23 15:06:55 +11:00
pillow = "*"
python-memcached = "*"
django-favicon-plus = "*"
django-meta = "*"
2017-10-24 22:22:56 +11:00
django-redis-cache = "*"
[dev-packages]