Files
Open-Assistant/discord-bot/requirements.txt
T
2023-01-02 22:20:49 +01:00

12 lines
346 B
Plaintext

aiohttp # http client
aiohttp[speedups] # speedups for aiohttp
aiosqlite # database
hikari # discord framework
hikari-lightbulb # command handler
hikari-miru # modals and buttons
hikari[speedups]
loguru
pydantic[dotenv]
uvloop; os_name != 'nt' # Faster drop-in replacement for asyncio event loop