Files
Pinry/Pipfile
winkidney f85a1e7301 Fix: Upgrade django to 1.11 LTS
New version of django fix the RuntimeError while saving wepb file.

The patch will not be applied to Django 1.8

Ref: https://www.djangoproject.com/download/#supported-versions

Ref: https://github.com/django/django/pull/10331
2018-08-26 21:30:07 -07:00

22 lines
419 B
TOML

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