]> git.cworth.org Git - turbot/commit
Add Slack dependencies and minimum boilerplate to our flask app
authorCarl Worth <cworth@cworth.org>
Sat, 26 Sep 2020 02:57:59 +0000 (19:57 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 26 Sep 2020 04:09:02 +0000 (21:09 -0700)
commit48a7521706ad205f22e743bcd94446ac0069fe0a
tree401777806f27f4227ec0701d559202482da0214b
parent6209247caaef8d6eea9a249713e1f590a47f46a0
Add Slack dependencies and minimum boilerplate to our flask app

This entirely replaces our flask setup, (which also breaks our current
WSGI setup too) but is based on the exact demo code from:

https://github.com/slackapi/python-slack-events-api/blob/main/example/example.py

I want to start with this to ensure I can at least get a correct
challenge working. After I get this working this way, I'll plan to put
direct flask code back in place and integrated with the web server via
WSGI.
requirements.in
requirements.txt
turbot.py