This commit is contained in:
2026-04-28 00:04:27 +02:00
parent 117ac320e0
commit 45773571aa
8 changed files with 489 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[project]
name = "sms-project"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"flask>=3.1.3",
"flask-bcrypt>=1.0.1",
"flask-jwt-extended>=4.7.1",
"gunicorn>=25.3.0",
]