From 18bdf465f7ef88fd44c63a6459d59a8494ec81fa Mon Sep 17 00:00:00 2001 From: Nicolas F Date: Wed, 17 Oct 2018 14:13:36 +0200 Subject: [PATCH] requirements: update dependencies for newer python Apparently, when running things with Python 3.7, these three dependencies ran into build issues with a renamed struct field. Upgrading them seems to fix the issue, and hopefully keeps them working with Python 3.6 as well. --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 308fdd2..5dddb06 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,8 +19,8 @@ flask-paginate==0.4.5 Flask-Script==2.0.5 Flask-SQLAlchemy==2.2 Flask-WTF==0.14.2 -gevent==1.2.1 -greenlet==0.4.12 +gevent==1.3.7 +greenlet==0.4.15 isort==4.2.15 itsdangerous==0.24 Jinja2==2.9.6 @@ -29,7 +29,7 @@ Mako==1.0.6 MarkupSafe==1.0 mysql-replication==0.13 mysqlclient==1.3.10 -orderedset==2.0 +orderedset==2.0.1 packaging==16.8 passlib==1.7.1 progressbar33==2.4