Upgrade dev tooling

(Drop detox, which is built into tox 3.7 and later.)
This commit is contained in:
medmunds
2019-09-27 11:54:40 -07:00
parent c6ab1e374c
commit 3167a74d35
2 changed files with 4 additions and 5 deletions

View File

@@ -14,13 +14,12 @@ six = "*"
sparkpost = "*"
[dev-packages]
detox = "==0.18"
flake8 = "*"
mock = "*"
sphinx = "*"
sphinx-rtd-theme = "*"
tox = "!=3.7.0"
tox = ">3.7.0"
twine = "*"
[requires]
python_version = "3.6"
python_version = "3.7"