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

Commit

Permalink
Cleaning up unused things from oauth.
Browse files Browse the repository at this point in the history
  • Loading branch information
mladlow committed Oct 30, 2018
1 parent 0f5802a commit 01119b9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 94 deletions.
5 changes: 1 addition & 4 deletions Pipfile
Expand Up @@ -4,10 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
slackclient = "*"
flask = "*"
requests = "*"
gunicorn = "*"
slackclient = "1.3"

[dev-packages]

Expand Down
53 changes: 1 addition & 52 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Procfile
@@ -1,2 +1 @@
worker: python app.py start
web: gunicorn server:app
6 changes: 5 additions & 1 deletion app.json
Expand Up @@ -17,6 +17,10 @@
"SLACK_BOT_TOKEN": {
"description": "The bot token found within the Slack API settings.",
"value": "replace_me"
}
},
"SLAC_USER_TOKEN": {
"description": "The token for the user authorizing the bot.",
"value": "replace_me"
}
}
}
35 changes: 0 additions & 35 deletions server.py

This file was deleted.

1 change: 0 additions & 1 deletion static/add_to_slack.html

This file was deleted.

0 comments on commit 01119b9

Please sign in to comment.