Add python-dotenv to requirements for environment variable management
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ fastapi
|
|
2 |
uvicorn
|
3 |
aiohttp
|
4 |
aiofiles
|
5 |
-
python-multipart
|
|
|
|
2 |
uvicorn
|
3 |
aiohttp
|
4 |
aiofiles
|
5 |
+
python-multipart
|
6 |
+
python-dotenv
|