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 36c10cc commit 135dea0Copy full SHA for 135dea0
setup.py
@@ -41,7 +41,7 @@
41
setup_requires=['pytest-runner'],
42
tests_require=[
43
'pytest>=3.3.2',
44
- 'mongomock>=3.8.0'
+ 'mongomock>=3.8.0',
45
'mock'
46
],
47
test_suite="graphene_mongo.tests",
0 commit comments