diff --git a/requirements.txt b/requirements.txt index 84abd7f..624ad59 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,8 @@ -fastapi~=0.87.0 -uvicorn~=0.20.0 +fastapi +uvicorn jinja2 aiofiles requests~=2.28.1 -PyMySQL~=1.0.2 -cryptography \ No newline at end of file +PyMySQL +cryptography +deta \ No newline at end of file