Skip to content

Commit 5e0b9b5

Browse files
author
Andrew Slotin
authored
Fix gevent test dependencies list format (#252)
1 parent 5c9e8d9 commit 5e0b9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def check_setuptools():
6969
extras_require={
7070
'test-gevent': [
7171
'flask>=0.12.2',
72-
'gevent>=1.4.0'
72+
'gevent>=1.4.0',
7373
'mock>=2.0.0',
7474
'nose>=1.0',
7575
'pyramid>=1.2',

0 commit comments

Comments
 (0)