mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-18 03:52:24 +03:00
remove mock, iso8601
This commit is contained in:
parent
b453693473
commit
dedb1f0a5d
|
@ -1,2 +1,2 @@
|
||||||
[settings]
|
[settings]
|
||||||
known_third_party = aniso8601,graphql,graphql_relay,promise,pytest,pyutils,setuptools,snapshottest,sphinx_graphene_theme
|
known_third_party = graphql,graphql_relay,promise,pytest,pyutils,setuptools,snapshottest,sphinx_graphene_theme
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -52,8 +52,6 @@ tests_require = [
|
||||||
"pytest-asyncio>=0.16,<2",
|
"pytest-asyncio>=0.16,<2",
|
||||||
"snapshottest>=0.6,<1",
|
"snapshottest>=0.6,<1",
|
||||||
"coveralls>=3.3,<4",
|
"coveralls>=3.3,<4",
|
||||||
"mock>=4,<5",
|
|
||||||
"iso8601>=1,<2",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
dev_requires = ["black==22.3.0", "flake8>=4,<5"] + tests_require
|
dev_requires = ["black==22.3.0", "flake8>=4,<5"] + tests_require
|
||||||
|
|
Loading…
Reference in New Issue
Block a user