Files
django-anymail/Pipfile
medmunds 3167a74d35 Upgrade dev tooling
(Drop detox, which is built into tox 3.7 and later.)
2019-09-27 11:54:40 -07:00

26 lines
408 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]
flake8 = "*"
mock = "*"
sphinx = "*"
sphinx-rtd-theme = "*"
tox = ">3.7.0"
twine = "*"
[requires]
python_version = "3.7"