Files
our-claude-skills/custom-skills/31-notion-organizer/code/scripts/requirements.txt
dependabot[bot] ec3b4df1e3 chore(deps): bump tqdm (#9)
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.1 to 4.66.3.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](https://github.com/tqdm/tqdm/compare/v4.66.1...v4.66.3)

---
updated-dependencies:
- dependency-name: tqdm
  dependency-version: 4.66.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-15 11:56:42 +09:00

28 lines
552 B
Plaintext

# Notion Organizer Scripts - Requirements
# Python 3.10+ required
# Notion API client (uses httpx under the hood; no extra HTTP lib needed)
notion-client==2.2.1
# Rate limiting
asyncio-throttle==1.0.2
# Environment variables
python-dotenv==1.2.2
# Retry logic
tenacity==8.2.3
# Progress bars
tqdm==4.66.3
# Optional: Data analysis
# pandas==2.1.4
# Optional: Fuzzy matching for duplicates
# rapidfuzz==3.5.2
# Optional: required only for direct Anthropic SDK use.
# If missing, the search skill falls back to `claude -p` CLI.
anthropic>=0.40.0