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:
@@ -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": []
|
||||
|
||||
Reference in New Issue
Block a user