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 96ec32b commit 238e100Copy full SHA for 238e100
setup.py
@@ -47,16 +47,16 @@
47
'six>=1.10.0',
48
'promise>=0.4.2'
49
],
50
- tests_require=[
51
- 'pytest>=2.7.3',
52
- 'gevent==1.1rc1',
53
- 'six>=1.10.0',
54
- 'pytest-mock',
55
- 'promise>=0.4.2'
56
- ],
57
extras_require={
58
'gevent': [
59
'gevent==1.1rc1'
+ ],
+ 'test': [
+ 'pytest>=2.7.3',
+ 'gevent==1.1rc1',
+ 'six>=1.10.0',
+ 'pytest-mock',
+ 'promise>=0.4.2'
60
]
61
}
62
)
0 commit comments