mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-22 09:36:44 +03:00
fix mypy deps
This commit is contained in:
parent
b16374daca
commit
ffd86e405c
2
setup.py
2
setup.py
|
@ -53,7 +53,7 @@ tests_require = [
|
|||
"coveralls>=3.3,<5",
|
||||
]
|
||||
|
||||
dev_requires = ["ruff==0.5.0", "types-python-dateutil>=2.8.1,<3"] + tests_require
|
||||
dev_requires = ["ruff==0.5.0", "types-python-dateutil>=2.8.1,<3", "mypy>=1.10,<2"] + tests_require
|
||||
|
||||
setup(
|
||||
name="graphene",
|
||||
|
|
Loading…
Reference in New Issue
Block a user