We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3822c6 + 8218b89 commit 986b464Copy full SHA for 986b464
1 file changed
setup.py
@@ -25,7 +25,7 @@
25
EXTRAS_REQUIRE["tests"] = (
26
EXTRAS_REQUIRE["yaml"]
27
+ EXTRAS_REQUIRE["validation"]
28
- + ["marshmallow>=3.13.0", "pytest", "mock"]
+ + ["marshmallow>=3.13.0", "pytest"]
29
)
30
EXTRAS_REQUIRE["dev"] = EXTRAS_REQUIRE["tests"] + EXTRAS_REQUIRE["lint"] + ["tox"]
31
0 commit comments