remove mock, iso8601

This commit is contained in:
Dulmandakh 2024-05-20 07:51:46 +08:00
parent b453693473
commit dedb1f0a5d
2 changed files with 1 additions and 3 deletions

View File

@ -1,2 +1,2 @@
[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

View File

@ -52,8 +52,6 @@ tests_require = [
"pytest-asyncio>=0.16,<2",
"snapshottest>=0.6,<1",
"coveralls>=3.3,<4",
"mock>=4,<5",
"iso8601>=1,<2",
]
dev_requires = ["black==22.3.0", "flake8>=4,<5"] + tests_require