mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-12-02 22:33:05 +00:00
Update deps
This commit is contained in:
parent
7b482d0cba
commit
bbe1f028ac
3 changed files with 1309 additions and 913 deletions
1149
poetry.lock
generated
1149
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -6,21 +6,18 @@ authors = ["Mo Bitar <mo8it@proton.me>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">3.11,<3.13"
|
python = "~3.12"
|
||||||
|
argon2-cffi = "^23.1" # Needed for hashing passwords with flask-security
|
||||||
click = "^8.1"
|
click = "^8.1"
|
||||||
email-validator = "^2.1"
|
|
||||||
flask = "^3.0"
|
|
||||||
flask-admin = "^1.6"
|
flask-admin = "^1.6"
|
||||||
flask-login = "^0.6"
|
|
||||||
flask-migrate = "^4.0"
|
flask-migrate = "^4.0"
|
||||||
flask-security-Too = "^5.4"
|
flask-security = "^5.5"
|
||||||
flask-sqlalchemy = "^3.1"
|
flask-sqlalchemy = "^3.1"
|
||||||
flask-wtf = "^1.2"
|
gunicorn = "^23.0"
|
||||||
gunicorn = "^21.2"
|
|
||||||
markupsafe = "^2.1"
|
markupsafe = "^2.1"
|
||||||
matplotlib = "^3.8"
|
matplotlib = "^3.9"
|
||||||
numpy = "^1.26"
|
numpy = "^2.1"
|
||||||
setuptools = "^69.1"
|
setuptools = "^74.1"
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
line-length = 120
|
line-length = 120
|
||||||
|
|
1056
requirements.txt
1056
requirements.txt
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue