diff options
| author | kali <kali@leap.se> | 2013-01-25 08:02:19 +0900 | 
|---|---|---|
| committer | kali <kali@leap.se> | 2013-01-25 08:02:19 +0900 | 
| commit | 46e1040b7c64b3d1c7c6edae5ae0ad3eeacdf6ab (patch) | |
| tree | 4bfc93cdcf45d87c69e268fc2b683e566e533101 | |
| parent | 7102309d9636eeb458cc1cdac521a8555172c728 (diff) | |
add zope.interface dep
| -rw-r--r-- | pkg/requirements.pip | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/pkg/requirements.pip b/pkg/requirements.pip index 0b0aef26..116f6492 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -12,9 +12,13 @@ pycrypto  keyring  python-dateutil  sh -pygeoip # optional  dirspec +pygeoip # optional + +# email +zope.interface +  # soledad deps -- will move to its own repo soon  python-gnupg  u1db | 
