search2_chatgpt/backend/requirements.txt

10 lines
275 B
Text

fastapi
uvicorn[standard] # Включает поддержку websockets и др., [standard] рекомендован uvicorn
requests
pdfminer.six
ebooklib
beautifulsoup4
python-dotenv
# Зависимости для тестов
pytest
httpx # Для FastAPI TestClient