From baaad929c9c85de973571c1a127208db8e6bd8a3 Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Fri, 29 Jan 2021 14:33:36 +0100
Subject: [PATCH] work

---
 requirements.txt | 11 ++---------
 setup.py         |  2 +-
 2 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index bc04804a..52ad63c3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,17 +1,10 @@
 setuptools==52.0.0
-#
-# Flask
-#
 Flask==1.1.2
+Flask-SQLAlchemy==2.4.4
 SQLAlchemy==1.3.22
+Flask-Cors==3.0.10
 Flask-Login==0.5.0
-#
-# PostgreSQL
-#
 psycopg2==2.8.6
-#
-# Download
-#
 wget==3.2
 celery[redis]==5.0.5
 #
diff --git a/setup.py b/setup.py
index 15daec3b..e95b8585 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 
 setup(
-    name='app',
+    name='covid19',
     version='0.0.13',
     packages=find_packages(),
     url='https://github.com/thomaswoehlke/covid19python',
-- 
GitLab