Spaces:
Sleeping
Sleeping
Rename main.py to requirements.txt
Browse files- main.py +0 -0
- requirements.txt +5 -0
main.py
DELETED
File without changes
|
requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
+
discord.py
|
4 |
+
aiohttp
|
5 |
+
python-dotenv
|