Skip to content

Commit c242e70

Browse files
badochovWolf480pl
authored andcommitted
Greenlet fix
Pinned greenlet version, bumped filetracker version.
1 parent b7fc9c4 commit c242e70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name = 'filetracker',
10-
version = '2.1.3',
10+
version = '2.1.4',
1111
author = 'SIO2 Project Team',
1212
author_email = '[email protected]',
1313
description = 'Filetracker caching file storage',
@@ -23,6 +23,7 @@
2323
'flup6',
2424
'gunicorn==19.8.1',
2525
'gevent==1.3.1',
26+
'greenlet==0.4.13', # for compatibility with this version of gevent
2627
'progressbar2',
2728
'requests',
2829
'six',

0 commit comments

Comments
 (0)