Initiale DAteien hinzugefuegt

This commit is contained in:
2025-07-31 13:22:46 +02:00
parent fca440b07b
commit 946037a998
9 changed files with 857 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
fastapi = "*"
uvicorn = {extras = ["standard"], version = "*"}
pymysql = "*"
python-dotenv = "*"
sqlalchemy = "*"
[dev-packages]
[requires]
python_version = "3.12"