Skip to content

Commit

Permalink
build: included Pipenv file
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoTartarini committed Feb 21, 2024
1 parent c77ef26 commit 1f1eb35
Show file tree
Hide file tree
Showing 2 changed files with 409 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
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"
pythermalcomfort = "*"
pandas = "*"
bumpversion = "*"

[dev-packages]

[requires]
python_version = "3.10"
python_full_version = "3.10.9"
Loading

0 comments on commit 1f1eb35

Please sign in to comment.