From 7868bdd1064aceccb66d44b079a56310bd28da75 Mon Sep 17 00:00:00 2001 From: William Di Luigi Date: Thu, 8 Feb 2024 12:02:06 +0100 Subject: [PATCH] Fixup --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 61cb8bdf6..d6c04249d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,8 @@ psutil>=5.5,<5.6 # https://github.com/giampaolo/psutil/blob/master/HISTORY.rst requests>=2.22,<2.23 # https://pypi.python.org/pypi/requests gevent==20.12.0 # http://www.gevent.org/changelog.html # Limit greenlet version for binary compatibility with gevent 20.12 wheels -greenlet==1.0.0werkzeug>=0.16,<0.17 # https://github.com/pallets/werkzeug/blob/master/CHANGES +greenlet==1.0.0 +werkzeug>=0.16,<0.17 # https://github.com/pallets/werkzeug/blob/master/CHANGES patool>=1.12,<1.13 # https://github.com/wummel/patool/blob/master/doc/changelog.txt bcrypt>=3.1,<3.2 # https://github.com/pyca/bcrypt/ chardet>=3.0,<3.1 # https://pypi.python.org/pypi/chardet