Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.0 to 1.2.2. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
31 lines
528 B
Plaintext
31 lines
528 B
Plaintext
# Notion Organizer Scripts - Requirements
|
|
# Python 3.10+ required
|
|
|
|
# Notion API client
|
|
notion-client==2.2.1
|
|
|
|
# Async HTTP
|
|
aiohttp==3.13.4
|
|
|
|
# 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.1
|
|
|
|
# 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
|