chore: move aiohttp client into oasst-shared

This commit is contained in:
Jack Michaud
2023-01-02 20:38:10 -05:00
parent 789593bab7
commit fbcb0a09e6
2 changed files with 2 additions and 2 deletions
-2
View File
@@ -1,5 +1,3 @@
aiohttp # http client
aiohttp[speedups] # speedups for aiohttp
aiosqlite # database
hikari # discord framework
hikari-lightbulb # command handler
+2
View File
@@ -11,5 +11,7 @@ setup(
author="OASST Team",
install_requires=[
"pydantic==1.9.1",
"aiohttp",
"aiohttp[speedups]",
],
)