Files
Pinry/Pipfile
Lapo Luchini 315dfc2540 Fix django-filter version
As using `*` currently selects 2.3.0 which requires `django >= 2.2`, which is not compatible with the rest of the Pipfile

`ERROR: ERROR: Could not find a version that matches django<1.12,>=1.11,>=1.11.0,>=2.2`
2020-06-22 10:41:32 +08:00

31 lines
511 B
TOML

[[source]]
url = "https://pypi.python.org/simple"
name = "pypi"
verify_ssl = true
[requires]
python_version = "3.6"
[dev-packages]
"flake8" = "*"
qrcode = "*"
django-extensions = "*"
mkdocs = "*"
mkdocs-material = "*"
black = "==19.10b0"
[packages]
django = ">=>=1.11.28,<1.12"
pillow = ">=6.2.2"
requests = "*"
django-taggit = "*"
django-braces = "*"
django-compressor = "*"
mock = "*"
gunicorn = "*"
djangorestframework = "*"
markdown = "<3.2"
django-filter = "==2.2.0"
coreapi = "*"
psycopg2-binary = "*"