mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
chore: move aiohttp client into oasst-shared
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
aiohttp # http client
|
||||
aiohttp[speedups] # speedups for aiohttp
|
||||
aiosqlite # database
|
||||
hikari # discord framework
|
||||
hikari-lightbulb # command handler
|
||||
|
||||
@@ -11,5 +11,7 @@ setup(
|
||||
author="OASST Team",
|
||||
install_requires=[
|
||||
"pydantic==1.9.1",
|
||||
"aiohttp",
|
||||
"aiohttp[speedups]",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user