diff options
| author | schneefux <schneefux+git@schneefux.xyz> | 2018-04-02 22:16:21 +0200 |
|---|---|---|
| committer | schneefux <schneefux+git@schneefux.xyz> | 2018-04-02 22:16:21 +0200 |
| commit | c762995fa3ef660b1d3fc79268664e1ca9169ac2 (patch) | |
| tree | 42db15f815d4ed167163aa73debc4bf78a20e9f0 | |
| parent | 422d30584dfd7d72b62a4feb1094cd87fd7684ca (diff) | |
| download | ragequitte-c762995fa3ef660b1d3fc79268664e1ca9169ac2.tar.gz ragequitte-c762995fa3ef660b1d3fc79268664e1ca9169ac2.zip | |
add requirements.txt
| -rw-r--r-- | requirements.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..90ddb1b --- /dev/null +++ b/requirements.txt @@ -0,0 +1,26 @@ +aiohttp==1.0.5 +async-timeout==2.0.1 +boto==2.48.0 +boto3==1.6.21 +botocore==1.9.21 +bz2file==0.98 +certifi==2018.1.18 +chardet==3.0.4 +Cython==0.28.1 +discord.py==0.16.12 +docutils==0.14 +gensim==3.4.0 +idna==2.6 +jmespath==0.9.3 +multidict==4.1.0 +numpy==1.14.2 +pkg-resources==0.0.0 +python-dateutil==2.6.1 +redis==2.10.6 +requests==2.18.4 +s3transfer==0.1.13 +scipy==1.0.1 +six==1.11.0 +smart-open==1.5.7 +urllib3==1.22 +websockets==3.4 |
