Skip to content

Commit 39a394b

Browse files
committed
Add requests library to setup.py for tests
1 parent 385b1bb commit 39a394b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
],
3232
tests_require=[
3333
'pytest', 'pytest-mock', 'fakeredis', 'graphene', 'subprocess32',
34-
'flask', 'flask-graphql', 'flask-sockets', 'multiprocess'
34+
'flask', 'flask-graphql', 'flask-sockets', 'multiprocess', 'requests'
3535
],
3636
include_package_data=True)

0 commit comments

Comments
 (0)