-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
functions: Use Slack client lib for request validation (#4369)
* Use Slack client lib for request validation * fix bad validation logic * fix tests * Add clarifying comment * Fix lint * Fix lint, take 2 * rm unused slackeventsapi package
- Loading branch information
Ace Nassri
authored
Jul 29, 2020
1 parent
2fdb611
commit 4a25177
Showing
3 changed files
with
37 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
google-api-python-client==1.10.0 | ||
flask==1.1.2 | ||
slackeventsapi==2.2.0 | ||
slackclient==2.7.3 |