Skip to content

Commit

Permalink
build: updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoTartarini committed Jun 11, 2024
1 parent 9af74a1 commit 1ccb6ee
Show file tree
Hide file tree
Showing 7 changed files with 200 additions and 203 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ CITATION.md
deploy_comfort_tool.ps1
LICENSE
Procfile
runtime.txt
wsgi.py
website/
1 change: 0 additions & 1 deletion .gcloudignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ deploy_comfort_tool.ps1
LICENSE
Procfile
README.md
runtime.txt
wsgi.py
website/

Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ contib/.pytest_cache

.idea/

runtime.txt
Procfile

### Docusaurus ###
Expand Down
13 changes: 6 additions & 7 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@ name = "pypi"
[packages]
click = "==8.0.3"
csvalidate = "==1.1.1"
flask = "==2.0.2"
itsdangerous = "==2.0.1"
jinja2 = "==3.0.3"
markupsafe = "==2.0.1"
marshmallow = "==3.14.1"
werkzeug = "==2.0.2"
gunicorn = "==20.1.0"
flask = "*"
jinja2 = "*"
werkzeug = "*"
gunicorn = "*"
pythermalcomfort = "*"
pandas = "*"
bumpversion = "*"
itsdangerous = "*"
markupsafe = "*"

[dev-packages]

Expand Down
353 changes: 172 additions & 181 deletions Pipfile.lock

Large diffs are not rendered by default.

33 changes: 22 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
Click==8.0.3
-i https://pypi.org/simple
bump2version==1.0.1 ; python_version >= '3.5'
bumpversion==0.6.0
click==8.0.3
csvalidate==1.1.1
Flask==2.0.2
itsdangerous==2.0.1
Jinja2==3.0.3
MarkupSafe==2.0.1
marshmallow==3.14.1
Werkzeug==2.0.2
gunicorn==20.1.0
pythermalcomfort
pandas
bumpversion
flask==2.2.5
gunicorn==22.0.0
itsdangerous==2.2.0
jinja2==3.1.4
llvmlite==0.42.0 ; python_version >= '3.9'
markupsafe==2.1.5
numba==0.59.1 ; python_version >= '3.9'
numpy==1.26.4 ; python_version < '3.11'
packaging==24.1 ; python_version >= '3.8'
pandas==2.2.2
pythermalcomfort==2.10.0
python-dateutil==2.9.0.post0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pytz==2024.1
scipy==1.13.1 ; python_version >= '3.9'
setuptools==70.0.0 ; python_version >= '3.8'
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
tzdata==2024.1 ; python_version >= '2'
werkzeug==3.0.3
1 change: 0 additions & 1 deletion runtime.txt

This file was deleted.

0 comments on commit 1ccb6ee

Please sign in to comment.