5d2bced39f
- PROGRESS.md: update to 2026-05-29 with security hardening (T-005), 4-frontend architecture, AI provider refactoring, discovery features, landing page/referral/quota, desktop layout, admin AI management - AGENTS.md: add AI provider list (Alibaba/NVIDIA, removed Claude/DeepL/Local), DB-driven config, CSRF/rate-limit/CORS notes, admin_ai reload quirk - .env.example: sync with actual config, replace deprecated providers with current Sensenova/OpencodeGo/NVIDIA/Spark/Alibaba - docs/PROJECT_STATUS.md: archive (fully superseded by PROGRESS.md) - Remove generated JS files (_bing_search.js, _batch_search.js) - Remove empty directories (data/corpus, data/models) - Remove backend/.coverage (test artifact) - Fix services/.gitignore to cover _bing_search.js - Include pending AI provider DB admin feature (admin_ai, AIProvider model, AIProviders.vue, migration) and T-008 test report
25 lines
450 B
Plaintext
25 lines
450 B
Plaintext
fastapi==0.136.1
|
|
uvicorn==0.47.0
|
|
sqlalchemy==2.0.40
|
|
asyncpg==0.27.0
|
|
pydantic==2.13.4
|
|
pydantic-settings==2.14.1
|
|
python-jose[cryptography]==3.3.0
|
|
passlib[bcrypt]==1.7.4
|
|
python-multipart==0.0.6
|
|
redis==4.5.5
|
|
celery==5.2.7
|
|
httpx>=0.23.3,<0.28
|
|
openai==1.12.0
|
|
anthropic==0.8.1
|
|
jinja2==3.1.2
|
|
alembic==1.11.3
|
|
sentry-sdk==2.3.1
|
|
pytest==7.4.3
|
|
pytest-asyncio==0.21.1
|
|
pytest-cov==4.1.0
|
|
weasyprint==60.2
|
|
openpyxl==3.1.2
|
|
edge-tts>=6.0.0
|
|
mcp==1.27.1
|
|
starlette==1.0.0 |