diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..c747d05 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +worker: python run.py diff --git a/requirements.txt b/requirements.txt index aa9cdb3..c7e19b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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