Files
Pinry/Pipfile

22 lines
419 B
TOML
Raw Normal View History

[[source]]
url = "https://pypi.python.org/simple"
name = "pypi"
verify_ssl = true
[dev-packages]
2018-02-06 00:39:15 +00:00
"flake8" = "*"
[packages]
django = ">=1.11,<1.12"
2018-02-06 00:39:15 +00:00
pillow = "*"
requests = "*"
django-taggit = "*"
django-images = {git = "https://github.com/winkidney/django-images.git"}
django-braces = "*"
2018-02-06 00:39:15 +00:00
django-compressor = "*"
django-tastypie = ">=0.13.0,<0.14"
mock = "*"
2018-02-06 00:39:15 +00:00
factory-boy = "<2.0,>=1.3"
gunicorn = "*"
"psycopg2" = "*"