mirror of
https://github.com/pinry/pinry.git
synced 2026-01-13 18:52:07 +01:00
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`
31 lines
511 B
TOML
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 = "*"
|