lemoncurry/Pipfile

28 lines
413 B
TOML
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 00:06:55 -04:00
pillow = "*"
python-memcached = "*"
django-favicon-plus = "*"
django-meta = "*"
2017-10-24 07:22:56 -04:00
django-redis-cache = "*"
django-activeurl = "*"
2017-10-24 10:25:03 -04:00
django-otp = "*"
qrcode = "*"
django-otp-agents = "*"
python-slugify = "*"
django-markdown-deux = "*"
[dev-packages]