Skip to content

Commit

Permalink
[Chore] Add Procfile and update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanSept committed Apr 30, 2017
1 parent 77ec934 commit 1a065d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
worker: python run.py
8 changes: 8 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,26 @@ appdirs==1.4.3
asn1crypto==0.22.0
cffi==1.10.0
cryptography==1.8.1
enum34==1.1.6
google-api-python-client==1.6.2
gspread==0.6.2
httplib2==0.10.3
idna==2.5
ipaddress==1.0.18
logging==0.4.9.6
oauth2client==4.0.0
packaging==16.8
pyasn1==0.2.3
pyasn1-modules==0.0.8
pycparser==2.17
pymongo==3.4.0
pyOpenSSL==17.0.0
pyparsing==2.2.0
requests==2.13.0
rsa==3.4.2
six==1.10.0
slackbot==0.4.1
slackclient==1.0.5
slacker==0.9.42
uritemplate==3.0.0
websocket-client==0.40.0

0 comments on commit 1a065d1

Please sign in to comment.