This commit is contained in:
Nicolas 2025-04-18 01:30:40 -07:00
parent 37e076e151
commit 9e67d7ba22
2 changed files with 5 additions and 2 deletions

View File

@ -13,7 +13,8 @@ dependencies = [
"python-dotenv", "python-dotenv",
"websockets", "websockets",
"nest-asyncio", "nest-asyncio",
"pydantic>=2.10.3", "pydantic",
"aiohttp"
] ]
authors = [{name = "Mendable.ai",email = "nick@mendable.ai"}] authors = [{name = "Mendable.ai",email = "nick@mendable.ai"}]
maintainers = [{name = "Mendable.ai",email = "nick@mendable.ai"}] maintainers = [{name = "Mendable.ai",email = "nick@mendable.ai"}]

View File

@ -32,7 +32,9 @@ setup(
'python-dotenv', 'python-dotenv',
'websockets', 'websockets',
'asyncio', 'asyncio',
'nest-asyncio' 'nest-asyncio',
'pydantic',
'aiohttp'
], ],
python_requires=">=3.8", python_requires=">=3.8",
classifiers=[ classifiers=[