remove deprecated dotenv package.

This commit is contained in:
Won-Kyu Park 2025-10-17 01:34:05 +09:00
parent 7f223d5ada
commit 532400412e
No known key found for this signature in database
GPG key ID: 53AA79C8C9535D15

View file

@ -23,7 +23,6 @@ classifiers = [
dependencies = [
"aiohttp",
"configparser",
"dotenv",
"future",
"json_repair",
"nano-vectordb",
@ -45,7 +44,6 @@ api = [
# Core dependencies
"aiohttp",
"configparser",
"dotenv",
"future",
"json_repair",
"nano-vectordb",