summaryrefslogtreecommitdiff
path: root/service/requirements.txt
diff options
context:
space:
mode:
authorBruno Wagner <bwagner@thoughtworks.com>2014-10-22 20:16:13 +0200
committerBruno Wagner <bwagner@thoughtworks.com>2014-10-22 20:16:13 +0200
commit6da4e06b8ef99a4b9118a38943ca0bda40e54389 (patch)
tree83b4a1a2168a9ed7622029635ef3edf8e83e3a53 /service/requirements.txt
parentf25c0573525fa12161262bdde313724fd7916c5e (diff)
Explicit pyasn1 because it wasn't installing the package properly otherwise
Diffstat (limited to 'service/requirements.txt')
-rw-r--r--service/requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/service/requirements.txt b/service/requirements.txt
index 42234f12..cd4bdda7 100644
--- a/service/requirements.txt
+++ b/service/requirements.txt
@@ -1,3 +1,4 @@
+pyasn1==0.1.7
Twisted==14.0.2
service-identity==14.0.0
flask==0.10.1