From 1040e38b22059574b53341cc8d66cdc39479dcea Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 6 Jan 2024 10:02:55 +0700 Subject: [PATCH] bump requirements, remove flask table --- web/requirements.txt | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/web/requirements.txt b/web/requirements.txt index b5d3d8e..733db87 100644 --- a/web/requirements.txt +++ b/web/requirements.txt @@ -1,12 +1,11 @@ -APScheduler==3.10.1 -Flask==2.3.2 +APScheduler==3.10.4 +Flask==3.0.0 Flask_HTTPAuth==4.8.0 -Flask_Table==0.5.0 -ipython==8.13.2 -matplotlib==3.7.1 -numpy==1.24.3 -pandas==2.0.1 -psycopg2-binary==2.9.6 -requests==2.30.0 -scipy==1.10.1 -uWSGI==2.0.21 +ipython==8.19.0 +matplotlib==3.8.2 +numpy==1.26.3 +pandas==2.1.4 +psycopg2-binary==2.9.9 +requests==2.31.0 +scipy==1.11.4 +uWSGI==2.0.23