remove deprecated dotenv package.
(cherry picked from commit 532400412e)
This commit is contained in:
parent
f142a8c375
commit
dd5b220e58
1 changed files with 0 additions and 2 deletions
|
|
@ -23,7 +23,6 @@ classifiers = [
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aiohttp",
|
"aiohttp",
|
||||||
"configparser",
|
"configparser",
|
||||||
"dotenv",
|
|
||||||
"future",
|
"future",
|
||||||
"json_repair",
|
"json_repair",
|
||||||
"nano-vectordb",
|
"nano-vectordb",
|
||||||
|
|
@ -45,7 +44,6 @@ api = [
|
||||||
# Core dependencies
|
# Core dependencies
|
||||||
"aiohttp",
|
"aiohttp",
|
||||||
"configparser",
|
"configparser",
|
||||||
"dotenv",
|
|
||||||
"future",
|
"future",
|
||||||
"json_repair",
|
"json_repair",
|
||||||
"nano-vectordb",
|
"nano-vectordb",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue