Skip to content

Commit eebccc7

Browse files
Add python-dotenv to dependencies
This update includes the python-dotenv package to facilitate loading environment variables. This addition will enhance the configuration management for the application, making it easier to handle different environments.
1 parent 592a3ef commit eebccc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"pytest-cov>=4.1.0",
2020
"pytest-asyncio>=0.23.0",
2121
"httpx>=0.26.0", # For testing FastAPI endpoints
22+
"python-dotenv>=1.0.0", # For loading environment variables
2223
],
2324
"dev": [
2425
"black>=25.0.0",

0 commit comments

Comments
 (0)