🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
27 lines
390 B
Plaintext
27 lines
390 B
Plaintext
# Notion Organizer Scripts - Requirements
|
|
# Python 3.10+ required
|
|
|
|
# Notion API client
|
|
notion-client==2.2.1
|
|
|
|
# Async HTTP
|
|
aiohttp==3.9.1
|
|
|
|
# Rate limiting
|
|
asyncio-throttle==1.0.2
|
|
|
|
# Environment variables
|
|
python-dotenv==1.0.0
|
|
|
|
# Retry logic
|
|
tenacity==8.2.3
|
|
|
|
# Progress bars
|
|
tqdm==4.66.1
|
|
|
|
# Optional: Data analysis
|
|
# pandas==2.1.4
|
|
|
|
# Optional: Fuzzy matching for duplicates
|
|
# rapidfuzz==3.5.2
|