mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
26 lines
408 B
TOML
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"
|