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
1c6e5788
Commit
1c6e5788
authored
3 years ago
by
thomaswoehlke
Browse files
Options
Downloads
Patches
Plain Diff
work
parent
df0aa810
No related branches found
No related tags found
1 merge request
!162
Refactoring 2021 05 20 start
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
data
+1
-1
1 addition, 1 deletion
data
etc/requirements.txt
+4
-3
4 additions, 3 deletions
etc/requirements.txt
requirements/build.in
+2
-2
2 additions, 2 deletions
requirements/build.in
requirements/dev.in
+2
-0
2 additions, 0 deletions
requirements/dev.in
with
9 additions
and
6 deletions
data
@
0852a532
Compare
a46a1334
...
0852a532
Subproject commit
a46a133493ee3ec49e49844a8d0569d2c73f0e1e
Subproject commit
0852a532379175ad08eaa613c365b5f2c7c562b4
This diff is collapsed.
Click to expand it.
etc/requirements.txt
+
4
−
3
View file @
1c6e5788
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
requirements/build.in
+
2
−
2
View file @
1c6e5788
...
@@ -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>=202
0.11.15
pipenv>=202
1.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
...
...
This diff is collapsed.
Click to expand it.
requirements/dev.in
+
2
−
0
View file @
1c6e5788
...
@@ -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
...
...
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