We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385b1bb commit 39a394bCopy full SHA for 39a394b
1 file changed
setup.py
@@ -31,6 +31,6 @@
31
],
32
tests_require=[
33
'pytest', 'pytest-mock', 'fakeredis', 'graphene', 'subprocess32',
34
- 'flask', 'flask-graphql', 'flask-sockets', 'multiprocess'
+ 'flask', 'flask-graphql', 'flask-sockets', 'multiprocess', 'requests'
35
36
include_package_data=True)
0 commit comments