Skip to content
Snippets Groups Projects
Commit 199d4a37 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

working on: 0.0.32 Release

parent 7c6cb3b9
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
...@@ -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/
...@@ -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/
...@@ -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
......
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment