mirror of
https://github.com/pinry/pinry.git
synced 2026-01-22 15:22:40 +01:00
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
22 lines
419 B
TOML
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" = "*"
|