diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-04 10:33:30 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-04 10:33:30 +0100 |
| commit | c748784b8175c2923c5afe22e47f9fa83b8b9c23 (patch) | |
| tree | a6a8a9f20f4db42b10d4cd7bdefd06946be2a3a3 /requirements.txt | |
| download | discordbot-c748784b8175c2923c5afe22e47f9fa83b8b9c23.tar.gz discordbot-c748784b8175c2923c5afe22e47f9fa83b8b9c23.zip | |
first implementation of Discord bot
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..7c3bc62 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,11 @@ +aiohttp==1.0.5 +appdirs==1.4.2 +async-timeout==1.1.0 +asyncpg==0.9.0 +chardet==2.3.0 +discord.py==0.16.7 +multidict==2.1.4 +packaging==16.8 +pyparsing==2.1.10 +six==1.10.0 +websockets==3.2 |
