coins-demo/Pipfile

22 lines
312 B
Text
Raw Normal View History

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
django-extensions = "*"
"psycopg2-binary" = "*"
"flake8" = "*"
factory-boy = "*"
titlecase = "*"
bleach = "*"
[dev-packages]
mypy = "*"
2019-03-04 02:39:35 +00:00
pytest = "*"
pytest-django = "*"
[requires]
python_version = "3.6"