diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-03-14 12:59:01 +0100 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2019-03-14 14:52:44 +0000 |
commit | 354fdf26811b6d70551e6522178d47f4f70516cf (patch) | |
tree | 06586d41a24060bc404cb04adcd940f59c1412fd /requirements.txt | |
parent | 0cc3e53499e37864afa3bab576238ad94595b47f (diff) |
Papi: Back to python2, add aenum
Change-Id: I3939af7dc29edb58dab7febff400007d91961081
Signed-off-by: Tibor Frank <tifrank@cisco.com>
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 0ce17e2b47..3fa2a9d879 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,6 +33,7 @@ # TODO: Figure out a way to verify edits to this file automatically. # TODO: Split into directly needed packages and their dependencies. +aenum==2.1.2 docopt==0.6.2 # for pykwalify ecdsa==0.13 enum34==1.1.2 |