Files
django-anymail/Pipfile
medmunds a283def798 Travis: only need to avoid tox==3.7.0
tox 3.7.1 (or whatever's next) will fix the issue described in 976bca1.
2019-02-19 17:30:45 -08:00

27 lines
426 B
TOML

# This Pipfile is used solely to manage a development environment
# -- it doesn't factor into the released package.
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
boto3 = "*"
django = "*"
requests = "*"
six = "*"
sparkpost = "*"
[dev-packages]
detox = "==0.18"
flake8 = "*"
mock = "*"
sphinx = "*"
sphinx-rtd-theme = "*"
tox = "!=3.7.0"
twine = "*"
[requires]
python_version = "3.6"