Update requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
CHANGED
@@ -1 +1,7 @@
|
|
1 |
discord.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
discord.py
|
2 |
+
gradio
|
3 |
+
huggingface-hub
|
4 |
+
aiohttp # Asynchronous HTTP Client/Server for asyncio and Python
|
5 |
+
minijinja
|
6 |
+
Pillow
|
7 |
+
python-dotenv
|