Adding python dotenv to requirements/pyproject

This commit is contained in:
Pascal Scheiben
2025-09-18 09:07:09 +02:00
parent bcc2bc9678
commit 19e9cd6625
2 changed files with 3 additions and 1 deletions

View File

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

View File

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