diff --git a/backend/requirements.txt b/backend/requirements.txt new file mode 100644 index 00000000..943dfbc5 --- /dev/null +++ b/backend/requirements.txt @@ -0,0 +1,9 @@ +fastapi==0.115.0 +uvicorn[standard]==0.30.6 +aioimaplib==1.1.0 +aiosmtplib==3.0.1 +python-jose[cryptography]==3.3.0 +cryptography==42.0.8 +chardet==5.2.0 +python-multipart==0.0.12 +aiofiles==24.1.0