Skip to content
Snippets Groups Projects
Commit 7a26c4dc authored by thomaswoehlke's avatar thomaswoehlke
Browse files

### 0.0.11 Release

* Fixed #26 /admin/database/dump
* Fixed #43 /europe/date_reported
* Fixed #44 /europe/continent
* Fixed #45 /europe/country
* Fixed #46 /europe/country/germany
* Fixed #50 remove unused requirements from requirements.txt
* Fixed #51 /europe/imported

### 0.0.12 Release
* Issue #28 /admin/database/import
* Issue #39 SQLalchemy instead of SQL: AllModelClasses.remove_all()
* Issue #40 SQLalchemy instead of SQL: EuropeDataImportTable.get_date_rep()
* Issue #41 SQLalchemy instead of SQL: EuropeDataImportTable.get_countries_of_continent()
* Issue #42 SQLalchemy instead of SQL: WhoGlobalDataImportTable.get_new_dates_as_array()
* Issue #49 EuropeServiceUpdate.__update_data_short()

### 0.0.13 Release
* Issue #47 refactor Routes from app.py to org...who,europe,...
* Issue #48 refactor Tasks from server_mq.py to org...who,europe,...

### 0.0.14 Release
* Issue #5 Visual Graphs for Data per Countries order by Date
parent 5a816bef
No related branches found
No related tags found
No related merge requests found
......@@ -6,10 +6,7 @@ packaging==20.8
# Flask
#
Flask==1.1.2
#Flask-Admin==1.5.7
Flask-DB==0.3.0
#Flask-Migrate==2.6.0
#flask-restx==0.2.0
Flask-SQLAlchemy==2.4.4
SQLAlchemy==1.3.22
SQLAlchemy-Utils==0.36.8
......@@ -19,8 +16,6 @@ Werkzeug==1.0.1
# Flask extras
#
flask-paginate==0.8.0
#simplejson==3.17.2
#blinker==1.4
python-dotenv==0.15.0
watchdog==1.0.2
flask-cors==3.0.10
......@@ -38,9 +33,6 @@ celery[redis]==5.0.5
#
#pyecharts==1.9.0
#pyecharts-extras==0.0.5
#
#
#
#tokenize-rt==4.0.0
#numpy==1.19.5
#pandas==1.2.1
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment