From c52b4ad85e85b79d3b442ac93f0005b76ba0c8ce Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Fri, 5 Feb 2021 17:32:17 +0100
Subject: [PATCH] dev for Milestone 0.0.14

---
 setup.cfg | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index 0a18b929..2d19941f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -8,13 +8,23 @@ packages =
   covid19_worker
 install_requires =
   requests
+  setuptools == 53.0.0
+  pip == 21.0.1
+  wheel == 0.36.2
   Flask >= 1.1.2
   Flask-SQLAlchemy == 2.4.4
   Flask-Cors == 3.0.10
   Flask-Login == 0.5.0
-  SQLAlchemy >= 1.3.22
+  SQLAlchemy >= 1.3.23
   psycopg2 >= 2.8.6
   wget >= 3.2
   celery[redis] >= 5.0.5
   npmdownloader == 1.2.1
+  pyecharts == 1.9.0
+  pyecharts-extras == 0.0.5
+  tokenize-rt == 4.1.0
+  numpy == 1.20.0
+  pandas == 1.2.1
+  gaphor == 2.2.1
+  PyGObject == 3.38.0
   importlib; python_version >= "3.7"
-- 
GitLab