mirror of
https://github.com/intari/search2_chatgpt.git
synced 2025-09-01 10:09:36 +00:00
10 lines
275 B
Text
10 lines
275 B
Text
fastapi
|
|
uvicorn[standard] # Включает поддержку websockets и др., [standard] рекомендован uvicorn
|
|
requests
|
|
pdfminer.six
|
|
ebooklib
|
|
beautifulsoup4
|
|
python-dotenv
|
|
# Зависимости для тестов
|
|
pytest
|
|
httpx # Для FastAPI TestClient
|