## Changes - Add virtual environment setup instructions to all docs - Create requirements.txt with minimal dependencies (13 packages) - Make anthropic optional (only needed for API enhancement) - Clarify path notation (~ = $HOME, /Users/yourname examples) - Add venv activation reminders throughout documentation ## Files Changed - README.md: Added venv setup section to CLI method - BULLETPROOF_QUICKSTART.md: Replaced Step 4 with venv setup - CLAUDE.md: Updated Prerequisites with venv instructions - requirements.txt: Created with minimal deps (requests, beautifulsoup4, pytest) ## Why - Prevents package conflicts and permission issues - Standard Python development practice - Enables proper pytest usage without pipx complications - Makes setup clearer for beginners
14 lines
230 B
Plaintext
14 lines
230 B
Plaintext
beautifulsoup4==4.14.2
|
|
certifi==2025.10.5
|
|
charset-normalizer==3.4.4
|
|
idna==3.11
|
|
iniconfig==2.3.0
|
|
packaging==25.0
|
|
pluggy==1.6.0
|
|
Pygments==2.19.2
|
|
pytest==8.4.2
|
|
requests==2.32.5
|
|
soupsieve==2.8
|
|
typing_extensions==4.15.0
|
|
urllib3==2.5.0
|