Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Update requirements
  • Loading branch information
PBrunot committed Dec 1, 2024
1 parent 97ac591 commit dfabc0f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"SQLAlchemy==2.0.36",
"SQLAlchemy>=2.0.25",
"toml==0.10.2",
"paho-mqtt<2.0.0",
"colorlog",
"flask==2.3.3",
"flask-login==0.6.3",
"pyopenssl==24.3.0",
"flask-mail==0.10.0",
"flask>=2.3.0",
"flask-login",
"pyopenssl>=24.0",
"flask-mail",
"itsdangerous",
"alembic",
"psutil",
"flask-excel",
"pyexcel-xlsx",
"requests==2.32.3",
"Flask-Babel==4.0.0",
"requests",
"Flask-Babel",
]

[project.optional-dependencies]
Expand Down
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
paho-mqtt==1.6.1
SQLAlchemy==2.0.25
paho-mqtt==2.1.0
SQLAlchemy==2.0.36
toml==0.10.2
colorlog==6.7.0
flask==2.3.2
colorlog==6.9.0
flask==2.3.3
waitress==2.1.2
pyopenssl==24.0.0
pyopenssl==24.3.0
flask-login==0.6.3
flask-mail==0.9.1
alembic==1.13.1
psutil==5.9.8
flask-mail==0.10.0
alembic==1.14.0
psutil==6.1.0
flask-excel==0.0.7
pyexcel-xlsx==0.6.0
requests==2.30.0
requests==2.32.3
Flask-Babel==4.0.0
-e .

0 comments on commit dfabc0f

Please sign in to comment.