diff --git a/app/requirements.txt b/app/requirements.txt index e42fb9d..25bbc45 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,8 +1,8 @@ fastapi -uvicorn +uvicorn[standard] geoip2 -dotenv +python-dotenv requests IP2Location pydantic -yaml \ No newline at end of file +pydantic-settings \ No newline at end of file