diff --git a/backend/requirements.txt b/backend/requirements.txt index abad6ac..ac81c7b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,12 +1,68 @@ -fastapi -uvicorn[standard] -sqlalchemy -psycopg2-binary -python-jose[cryptography] -passlib[bcrypt] -python-dotenv -aiofiles -pypdf -python-docx -google-generativeai -mistralai \ No newline at end of file +aiofiles==24.1.0 +annotated-types==0.7.0 +anyio==4.9.0 +bcrypt==4.3.0 +cachetools==5.5.2 +certifi==2025.6.15 +cffi==1.17.1 +charset-normalizer==3.4.2 +click==8.2.1 +cryptography==45.0.4 +dnspython==2.7.0 +ecdsa==0.19.1 +email_validator==2.2.0 +eval_type_backport==0.2.2 +fastapi==0.115.13 +google-ai-generativelanguage==0.6.15 +google-api-core==2.25.1 +google-api-python-client==2.173.0 +google-auth==2.40.3 +google-auth-httplib2==0.2.0 +google-genai==1.21.1 +google-generativeai==0.8.5 +googleapis-common-protos==1.70.0 +greenlet==3.2.3 +grpcio==1.73.0 +grpcio-status==1.71.0 +h11==0.16.0 +httpcore==1.0.9 +httplib2==0.22.0 +httptools==0.6.4 +httpx==0.28.1 +idna==3.10 +lxml==5.4.0 +mistralai==1.8.2 +passlib==1.7.4 +proto-plus==1.26.1 +protobuf==5.29.5 +psycopg2-binary==2.9.10 +pyasn1==0.6.1 +pyasn1_modules==0.4.2 +pycparser==2.22 +pydantic==2.11.7 +pydantic-settings==2.10.1 +pydantic_core==2.33.2 +pyparsing==3.2.3 +pypdf==5.6.1 +python-dateutil==2.9.0.post0 +python-docx==1.2.0 +python-dotenv==1.1.1 +python-jose==3.5.0 +python-multipart==0.0.20 +PyYAML==6.0.2 +requests==2.32.4 +rsa==4.9.1 +six==1.17.0 +sniffio==1.3.1 +SQLAlchemy==2.0.41 +starlette==0.46.2 +tenacity==8.5.0 +tqdm==4.67.1 +typing-inspection==0.4.1 +typing_extensions==4.14.0 +uritemplate==4.2.0 +urllib3==2.5.0 +uvicorn==0.34.3 +uvloop==0.21.0 +watchfiles==1.1.0 +websockets==15.0.1