saq1b commited on
Commit
b786c5d
·
1 Parent(s): f45cd21

Add python-dotenv to requirements for environment variable management

Browse files
Files changed (1) hide show
  1. 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