feature/base_file #1

Merged
pascal merged 2 commits from feature/base_file into main 2025-09-18 07:36:52 +00:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 19e9cd6625 - Show all commits

View File

@@ -12,5 +12,6 @@ requires-python = ">=3.13"
dependencies = [
"fastapi[standard]>=0.116.2",
"httpx>=0.28.1",
"python-dotenv>=1.1.1",
"redis>=6.4.0",
]

View File

@@ -1,3 +1,4 @@
fastapi[standard]>=0.116.2
httpx>=0.28.1
redis>=6.4.0
redis>=6.4.0
python-dotenv>=1.1.1