Cleanup and dependency fixes

- Removed redundant documentation files
- Fixed Python dependencies for .venv environment
- Upgraded packages for Python 3.13 compatibility
- Updated Claude Code settings

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
donald
2025-12-04 00:46:02 +08:00
parent db0f0bbfe7
commit 6e5c06b984
2 changed files with 10 additions and 234 deletions

View File

@@ -16,7 +16,16 @@
"Bash(git init:*)",
"Bash(git config:*)",
"Bash(git remote add:*)",
"Bash(git add:*)"
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(where:*)",
"Bash(.venv\\Scripts\\python.exe:*)",
"Bash(\".venv/Scripts/python.exe\" -m pip install -r requirements.txt)",
"Bash(\".venv/Scripts/python.exe\" --version)",
"Bash(\".venv/Scripts/python.exe\" -m pip install --upgrade lxml beautifulsoup4 httpx fastapi uvicorn sqlalchemy pydantic pydantic-settings python-dotenv)",
"Bash(\".venv/Scripts/python.exe\" -m pip install pymysql cryptography alembic python-jose[cryptography] passlib[bcrypt] ldap3 google-generativeai openai apscheduler aiosmtplib weasyprint email-validator tenacity pytest pytest-asyncio black isort python-multipart)",
"Bash(\".venv/Scripts/python.exe\" run.py)"
],
"deny": [],
"ask": []