coins-demo/Pipfile

23 lines
325 B
Text
Raw Normal View History

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
django-extensions = "*"
"psycopg2-binary" = "*"
pytest = "*"
pytest-django = "*"
"flake8" = "*"
factory-boy = "*"
titlecase = "*"
bleach = "*"
[dev-packages]
pylint = "*"
mypy = "*"
[requires]
python_version = "3.6"