drop some deps for pypy builds -- one causes time-consuming code building ugh

This commit is contained in:
Jeff Epler 2021-11-03 19:56:27 -05:00
parent 29580046c8
commit d53b92fc8c

View file

@ -9,9 +9,9 @@ coverage
mypy; implementation_name=="cpython"
pre-commit
python-dateutil
requests
setuptools>=45
twine
requests; implementation_name=="cpython"
setuptools>=45; implementation_name=="cpython"
twine; implementation_name=="cpython"
types-python-dateutil
types-requests
wheel