diff options
author | 2018-02-11 17:09:58 +0000 | |
---|---|---|
committer | 2018-02-11 17:09:58 +0000 | |
commit | 64b1108081b6ee9e89acd104454e7a117e28a061 (patch) | |
tree | 53ec4f1552ec5d99eaabc9eb46a91a6c74c08343 /requirements.txt | |
parent | APIView should inherit RouteView (diff) |
Asana integration (#7)
* Event dispatching and webhook sending
* snekchek
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index e6a3877f..101a37f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ flask==0.12.2 rethinkdb +requests |