diff options
author | Ruben Pollan <meskio@sindominio.net> | 2015-01-05 08:54:24 -0600 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2015-01-15 13:10:57 -0600 |
commit | 82d027b1f471517213bdcdc773dc8eea677fe330 (patch) | |
tree | 4e91d829a7185be9cb127592747eb72866d47f77 /pkg/requirements.pip | |
parent | 6fa8b2a9e7f02c59f794e9dd080fac574841e50b (diff) |
Port validation levels to enum34
Diffstat (limited to 'pkg/requirements.pip')
-rw-r--r-- | pkg/requirements.pip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip index 207483ca..11c42290 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -4,4 +4,4 @@ requests # if we bump the gnupg version, bump also the sanity check # in keymanager.__init__ gnupg>=1.4.0 -enum +enum34 |