Skip to content

Commit 916b9ab

Browse files
Hubert BadochaWolf480pl
Hubert Badocha
authored andcommitted
Bumped gunicorn version to one supporting python3.7
1 parent 53713aa commit 916b9ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='filetracker',
12-
version='2.1.4',
12+
version='2.1.5',
1313
author='SIO2 Project Team',
1414
author_email='[email protected]',
1515
description='Filetracker caching file storage',
@@ -21,7 +21,7 @@
2121
install_requires=[
2222
'bsddb3==6.2.7',
2323
'flup6',
24-
'gunicorn==19.8.1',
24+
'gunicorn==19.9.0',
2525
'gevent==1.3.1',
2626
'greenlet==0.4.13', # for compatibility with this version of gevent
2727
'progressbar2',

0 commit comments

Comments
 (0)