aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-02-11 17:09:58 +0000
committerGravatar GitHub <[email protected]>2018-02-11 17:09:58 +0000
commit64b1108081b6ee9e89acd104454e7a117e28a061 (patch)
tree53ec4f1552ec5d99eaabc9eb46a91a6c74c08343 /requirements.txt
parentAPIView should inherit RouteView (diff)
Asana integration (#7)
* Event dispatching and webhook sending * snekchek
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
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