diff --git a/custom-skills/31-notion-organizer/code/scripts/requirements.txt b/custom-skills/31-notion-organizer/code/scripts/requirements.txt index 3e33c92..19108d4 100644 --- a/custom-skills/31-notion-organizer/code/scripts/requirements.txt +++ b/custom-skills/31-notion-organizer/code/scripts/requirements.txt @@ -1,12 +1,9 @@ # Notion Organizer Scripts - Requirements # Python 3.10+ required -# Notion API client +# Notion API client (uses httpx under the hood; no extra HTTP lib needed) notion-client==2.2.1 -# Async HTTP -aiohttp==3.13.4 - # Rate limiting asyncio-throttle==1.0.2