- 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>
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(python run.py:*)",
|
|
"Bash(pip install:*)",
|
|
"Bash(curl:*)",
|
|
"Bash(python scripts/init_db_sqlite.py:*)",
|
|
"Bash(powershell -Command:*)",
|
|
"Bash(dir c:AICodingdaily-news-app.zip)",
|
|
"Bash(python:*)",
|
|
"Bash(dir /B /S c:Users91223Downloadsdaily-news-app)",
|
|
"Bash(dir:*)",
|
|
"Bash(find:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(du:*)",
|
|
"Bash(git init:*)",
|
|
"Bash(git config:*)",
|
|
"Bash(git remote 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": []
|
|
}
|
|
}
|