Update libraries to newest version

This commit is contained in:
csd4ni3l
2026-05-16 22:39:23 +02:00
parent 7a8fdd64ba
commit 4d025414a4
3 changed files with 97 additions and 97 deletions
+3 -3
View File
@@ -5,13 +5,13 @@ description = "LoginWeen"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"flask>=3.1.2",
"flask>=3.1.3",
"flask-login>=0.6.3",
"python-dotenv>=1.1.1",
"python-dotenv>=1.2.2",
]
classifiers = [
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Operating System :: OS Independent",
]
]