Skip to content

Commit

Permalink
Python dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
PBrunot committed Dec 1, 2024
1 parent 2a6518b commit 97ac591
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "FabOMatic"
version = "0.7.0"
version = "0.7.1"
authors = [
{ name="Lorenzo Rossi", email="[email protected]" },
{ name = "Pascal Brunot", email = "[email protected]" },
Expand All @@ -19,20 +19,20 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"SQLAlchemy==2.0.25",
"SQLAlchemy==2.0.36",
"toml==0.10.2",
"paho-mqtt<2.0.0",
"colorlog",
"flask==2.3.2",
"flask==2.3.3",
"flask-login==0.6.3",
"pyopenssl==24.0.0",
"flask-mail==0.9.1",
"pyopenssl==24.3.0",
"flask-mail==0.10.0",
"itsdangerous",
"alembic",
"psutil",
"flask-excel",
"pyexcel-xlsx",
"requests==2.30.0",
"requests==2.32.3",
"Flask-Babel==4.0.0",
]

Expand Down

0 comments on commit 97ac591

Please sign in to comment.