mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-06 19:15:28 +00:00
commit
af2d20da0f
12
setup.py
12
setup.py
@ -34,11 +34,11 @@ setup(
|
|||||||
"librosa==0.10.2.post1",
|
"librosa==0.10.2.post1",
|
||||||
"selenium==4.29.0",
|
"selenium==4.29.0",
|
||||||
"markdownify==1.1.0",
|
"markdownify==1.1.0",
|
||||||
"httpx>=0.27,<0.29"
|
"httpx>=0.27,<0.29",
|
||||||
"anyio>=3.5.0,<5"
|
"anyio>=3.5.0,<5",
|
||||||
"distro>=1.7.0,<2"
|
"distro>=1.7.0,<2",
|
||||||
"jiter>=0.4.0,<1"
|
"jiter>=0.4.0,<1",
|
||||||
"sniffio"
|
"sniffio",
|
||||||
"tqdm>4"
|
"tqdm>4"
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
@ -60,4 +60,4 @@ setup(
|
|||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
],
|
],
|
||||||
python_requires=">=3.6",
|
python_requires=">=3.6",
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user