Skip to content

Commit

Permalink
Bumped gunicorn version to one supporting python3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
badochov authored and Wolf480pl committed Apr 20, 2021
1 parent 53713aa commit 916b9ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='filetracker',
version='2.1.4',
version='2.1.5',
author='SIO2 Project Team',
author_email='[email protected]',
description='Filetracker caching file storage',
Expand All @@ -21,7 +21,7 @@
install_requires=[
'bsddb3==6.2.7',
'flup6',
'gunicorn==19.8.1',
'gunicorn==19.9.0',
'gevent==1.3.1',
'greenlet==0.4.13', # for compatibility with this version of gevent
'progressbar2',
Expand Down

0 comments on commit 916b9ab

Please sign in to comment.