coins-demo/Pipfile
2019-03-03 18:39:35 -08:00

21 lines
312 B
TOML

[[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 = "*"
pytest = "*"
pytest-django = "*"
[requires]
python_version = "3.6"