lemoncurry/Pipfile

45 lines
658 B
TOML
Raw Normal View History

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
2017-11-01 01:18:48 -04:00
[requires]
2017-11-01 01:18:48 -04:00
python_version = '3.6'
[packages]
django = "*"
django-compressor = "*"
gunicorn = "*"
"psycopg2" = "*"
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 = "*"
"mf2py" = "*"
markdown = "*"
bleach = "*"
django-debug-toolbar = "*"
xrd = "*"
django-push = "*"
pyyaml = "*"
django-annoying = "*"
django-shorturls = "*"
accept-types = "*"
2017-11-01 01:18:48 -04:00
django-analytical = "*"
django-model-utils = "*"
pyjwt = "*"
[dev-packages]