Skip to content
Snippets Groups Projects
Commit 1c6e5788 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

work

parent df0aa810
No related branches found
No related tags found
1 merge request!162Refactoring 2021 05 20 start
Subproject commit a46a133493ee3ec49e49844a8d0569d2c73f0e1e Subproject commit 0852a532379175ad08eaa613c365b5f2c7c562b4
...@@ -61,6 +61,9 @@ MarkupSafe==1.1.1 ...@@ -61,6 +61,9 @@ MarkupSafe==1.1.1
matplotlib==3.4.2 matplotlib==3.4.2
mirakuru==2.3.1 mirakuru==2.3.1
more-itertools==8.7.0 more-itertools==8.7.0
mysql-connector-python==8.0.25
mysqlclient==2.0.3
mysqldb-wrapper==0.9.0
nodeenv==1.6.0 nodeenv==1.6.0
numba==0.53.1 numba==0.53.1
numpy==1.20.3 numpy==1.20.3
...@@ -72,7 +75,6 @@ Pillow==8.2.0 ...@@ -72,7 +75,6 @@ Pillow==8.2.0
pip-licenses==3.3.1 pip-licenses==3.3.1
pip-tools==6.1.0 pip-tools==6.1.0
pipenv==2020.11.15 pipenv==2020.11.15
pkg-resources==0.0.0
plantuml==0.3.0 plantuml==0.3.0
plantuml-gentools==0.1.2 plantuml-gentools==0.1.2
plantuml-markdown==3.4.2 plantuml-markdown==3.4.2
...@@ -82,8 +84,8 @@ port-for==0.5.0 ...@@ -82,8 +84,8 @@ port-for==0.5.0
pre-commit==2.12.1 pre-commit==2.12.1
prettytable==2.1.0 prettytable==2.1.0
prompt-toolkit==3.0.18 prompt-toolkit==3.0.18
protobuf==3.17.1
psutil==5.8.0 psutil==5.8.0
psycopg2-binary==2.8.6
PTable==0.9.2 PTable==0.9.2
py==1.10.0 py==1.10.0
py2puml==0.4.0 py2puml==0.4.0
...@@ -92,7 +94,6 @@ pycparser==2.20 ...@@ -92,7 +94,6 @@ pycparser==2.20
pyecharts==1.9.0 pyecharts==1.9.0
pyecharts-extras==0.0.5 pyecharts-extras==0.0.5
Pygments==2.9.0 Pygments==2.9.0
PyMySQL==1.0.2
pynndescent==0.5.2 pynndescent==0.5.2
pyparsing==2.4.7 pyparsing==2.4.7
pytest==6.2.4 pytest==6.2.4
......
...@@ -4,8 +4,8 @@ pyparsing>=2.4.7 ...@@ -4,8 +4,8 @@ pyparsing>=2.4.7
wheel>=0.36.2 wheel>=0.36.2
pip-licenses>=3.3.1 pip-licenses>=3.3.1
pip-tools>=6.0.1 pip-tools>=6.0.1
pipenv>=2020.11.15 pipenv>=2021.5.29
virtualenv>=20.4.6 virtualenv>=20.4.7
pytoolbox>=14.0.0 pytoolbox>=14.0.0
toml>=0.10.2 toml>=0.10.2
venv-run>=0.1.0 venv-run>=0.1.0
......
...@@ -11,6 +11,8 @@ celery[redis]>=5.0.5 ...@@ -11,6 +11,8 @@ celery[redis]>=5.0.5
SQLAlchemy>=1.4.15 SQLAlchemy>=1.4.15
memcache>=0.5.1 memcache>=0.5.1
mysql-connector-python>=8.0.25 mysql-connector-python>=8.0.25
mysqlclient>=2.0.3
mysqldb-wrapper>=0.9.0
# psycopg2-binary>=2.8.6 # psycopg2-binary>=2.8.6
wget>=3.2 wget>=3.2
pyecharts>=1.9.0 pyecharts>=1.9.0
......
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