Archived
1
0
Fork 0

Add requirements and update gitignore to add idea folder

This commit is contained in:
Ethanell 2020-03-27 16:02:11 +01:00
parent f4f77d82f8
commit 64511bd3e3
2 changed files with 11 additions and 0 deletions

1
.gitignore vendored
View file

@ -130,3 +130,4 @@ dmypy.json
# Bot configuration
config.json
.idea

10
requirements.txt Normal file
View file

@ -0,0 +1,10 @@
aiohttp==3.6.2
async-timeout==3.0.1
attrs==19.3.0
chardet==3.0.4
discord==1.0.1
discord.py==1.3.2
idna==2.9
multidict==4.7.5
websockets==8.1
yarl==1.4.2