Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
victorbalssa committed Sep 21, 2018
1 parent 083af2e commit 79adfea
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM python:3.5
MAINTAINER victorbalssa <[email protected]>

ADD ./requirements.txt /bot/requirements.txt
WORKDIR /bot
RUN pip install --upgrade pip
RUN pip install --no-cache-dir -r requirements.txt
10 changes: 10 additions & 0 deletions requirement.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
requests==2.13.0
slackclient==1.0.5
asyncio==3.4.3
appdirs==1.4.3
packaging==16.8
pyparsing==2.2.0
six==1.10.0
discord.py==0.16.12
websocket-client==0.40.0
pytest==3.2.3

0 comments on commit 79adfea

Please sign in to comment.