drop some deps for pypy builds -- one causes time-consuming code building ugh
This commit is contained in:
parent
29580046c8
commit
d53b92fc8c
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue