Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
flask-covid19
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thomas Wöhlke
flask-covid19
Commits
199d4a37
Commit
199d4a37
authored
3 years ago
by
thomaswoehlke
Browse files
Options
Downloads
Patches
Plain Diff
working on: 0.0.32 Release
parent
7c6cb3b9
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
build.sh
+3
-2
3 additions, 2 deletions
build.sh
docs/TODO.md
+2
-1
2 additions, 1 deletion
docs/TODO.md
etc/TODO.md
+0
-2
0 additions, 2 deletions
etc/TODO.md
requirements/dev.in
+3
-0
3 additions, 0 deletions
requirements/dev.in
requirements/dev.txt
+6
-0
6 additions, 0 deletions
requirements/dev.txt
with
14 additions
and
5 deletions
build.sh
+
3
−
2
View file @
199d4a37
...
@@ -46,9 +46,10 @@ function npm_install() {
...
@@ -46,9 +46,10 @@ function npm_install() {
}
}
function
first_install
()
{
function
first_install
()
{
python
setup.py develop
python
-m
pip
install
setuptools wheel
python
-m
pip
install
--upgrade
pip
python
-m
pip
install
--upgrade
pip
pip
install
setuptools wheel twine
python setup.py develop
pip
install
setuptools wheel
pip_install
pip_install
pip_compile
pip_compile
build_wheel
build_wheel
...
...
This diff is collapsed.
Click to expand it.
docs/TODO.md
+
2
−
1
View file @
199d4a37
...
@@ -5,4 +5,5 @@
...
@@ -5,4 +5,5 @@
*
https://mariadb.com/kb/en/query-cache/
*
https://mariadb.com/kb/en/query-cache/
*
https://docs.sqlalchemy.org/en/14/core/pooling.html
*
https://docs.sqlalchemy.org/en/14/core/pooling.html
*
https://docs.sqlalchemy.org/en/14/core/pooling.html?highlight=disconnects#dealing-with-disconnects
*
https://docs.sqlalchemy.org/en/14/core/pooling.html?highlight=disconnects#dealing-with-disconnects
*
https://mariadb-corporation.github.io/mariadb-connector-python/
*
https://mariadb.com/docs/clients/connector-python/
This diff is collapsed.
Click to expand it.
etc/TODO.md
+
0
−
2
View file @
199d4a37
...
@@ -57,5 +57,3 @@
...
@@ -57,5 +57,3 @@
*
add flask-whooshalchemy3 https://pypi.org/project/flask-whooshalchemy3/ https://github.com/blakev/Flask-WhooshAlchemy3
*
add flask-whooshalchemy3 https://pypi.org/project/flask-whooshalchemy3/ https://github.com/blakev/Flask-WhooshAlchemy3
*
add flask-filealchemy https://pypi.org/project/flask-filealchemy/
*
add flask-filealchemy https://pypi.org/project/flask-filealchemy/
### user security
*
https://github.com/PrettyPrinted/flask_auth_scotch/
This diff is collapsed.
Click to expand it.
requirements/dev.in
+
3
−
0
View file @
199d4a37
...
@@ -9,6 +9,9 @@ Flask-Login==0.5.0
...
@@ -9,6 +9,9 @@ Flask-Login==0.5.0
SQLAlchemy>=1.4.5
SQLAlchemy>=1.4.5
celery[redis]>=5.0.5
celery[redis]>=5.0.5
mariadb==1.0.6
mariadb==1.0.6
mysqlclient==2.0.3
psycopg2-binary==2.8.6
cx-Oracle==8.1.0
wget>=3.2
wget>=3.2
pyecharts>=1.9.0
pyecharts>=1.9.0
pyecharts-extras>=0.0.5
pyecharts-extras>=0.0.5
...
...
This diff is collapsed.
Click to expand it.
requirements/dev.txt
+
6
−
0
View file @
199d4a37
...
@@ -62,6 +62,8 @@ cryptography==3.4.7
...
@@ -62,6 +62,8 @@ cryptography==3.4.7
# via
# via
# jwcrypto
# jwcrypto
# secretstorage
# secretstorage
cx-oracle==8.1.0
# via -r requirements/dev.in
cycler==0.10.0
cycler==0.10.0
# via matplotlib
# via matplotlib
distlib==0.3.1
distlib==0.3.1
...
@@ -193,6 +195,8 @@ more-itertools==8.0.2
...
@@ -193,6 +195,8 @@ more-itertools==8.0.2
# via
# via
# jaraco.functools
# jaraco.functools
# pytest-enabler
# pytest-enabler
mysqlclient==2.0.3
# via -r requirements/dev.in
nodeenv==1.5.0
nodeenv==1.5.0
# via pre-commit
# via pre-commit
numba==0.52.0
numba==0.52.0
...
@@ -259,6 +263,8 @@ prompt-toolkit==3.0.16
...
@@ -259,6 +263,8 @@ prompt-toolkit==3.0.16
# via click-repl
# via click-repl
psutil==5.8.0
psutil==5.8.0
# via mirakuru
# via mirakuru
psycopg2-binary==2.8.6
# via -r requirements/dev.in
ptable==0.9.2
ptable==0.9.2
# via pip-licenses
# via pip-licenses
py2puml==0.4.0
py2puml==0.4.0
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment