From 1176f967d9c9fc7e1d3b35fc05410f6ab5bf36ca Mon Sep 17 00:00:00 2001 From: Athanasius Date: Thu, 4 Nov 2021 12:03:54 +0000 Subject: [PATCH] requirements: Updated for python 3.9.7 --- requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2e557c5..161fa97 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ -# These are the versions we *know* work under Python 2.7.16 -argparse==1.2.1 -bottle==0.12.15 -enum34==1.1.6 -gevent==1.3.7 -jsonschema==2.6.0 -pyzmq==17.1.2 +# Versions that installed under Python 3.9.7 Thu Nov 4 12:03:41 GMTST 2021 +argparse==1.4.0 +bottle==0.12.19 +enum34==1.1.10 +gevent==21.8.0 +jsonschema==4.2.0 +pyzmq==22.3.0 requests==2.25.1 simplejson==3.16.0 strict_rfc3339==0.7 -mysql-connector-python==8.0.17 +mysql-connector-python==8.0.27