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.
1 parent 8b5ac00 commit 7e97181Copy full SHA for 7e97181
setup.py
@@ -98,7 +98,7 @@ def list_modules(dirname):
98
requires=["falcon", "requests"],
99
install_requires=["falcon==2.0.0", "requests"],
100
setup_requires=["pytest-runner"],
101
- tests_require=["pytest", "mock", "marshmallow"],
+ tests_require=["pytest", "marshmallow"],
102
ext_modules=ext_modules,
103
cmdclass=cmdclass,
104
python_requires=">=3.5",
0 commit comments