Add requirements and update gitignore to add idea folder
This commit is contained in:
parent
f4f77d82f8
commit
64511bd3e3
2 changed files with 11 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -130,3 +130,4 @@ dmypy.json
|
|||
|
||||
# Bot configuration
|
||||
config.json
|
||||
.idea
|
||||
|
|
10
requirements.txt
Normal file
10
requirements.txt
Normal 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
|
Reference in a new issue