diff options
| author | kali <kali@leap.se> | 2013-01-30 06:49:58 +0900 | 
|---|---|---|
| committer | kali <kali@leap.se> | 2013-01-30 06:49:58 +0900 | 
| commit | 10a2303fe2d21999bce56940daecb78576f5b741 (patch) | |
| tree | 0f262acacf35743664c6408edbafe6ba6f119d14 | |
| parent | c06c3f8ab6a83ed469cfad886806436808ace8ab (diff) | |
remove soledad / email requirements for 0.2 release
| -rw-r--r-- | pkg/requirements.pip | 11 | ||||
| -rw-r--r-- | pkg/test-requirements.pip | 6 | 
2 files changed, 0 insertions, 17 deletions
| diff --git a/pkg/requirements.pip b/pkg/requirements.pip index cbfbe8fb..89b0ad3b 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -15,14 +15,3 @@ sh  pyxdg  pygeoip # optional - -# email - -zope.interface -twisted>=12.3.0 - -# soledad deps -- will move to its own repo soon -python-gnupg -u1db -oauth -couchdb diff --git a/pkg/test-requirements.pip b/pkg/test-requirements.pip index d60439ea..a7349bfc 100644 --- a/pkg/test-requirements.pip +++ b/pkg/test-requirements.pip @@ -1,4 +1,3 @@ -six>=1.1,<1.2 # soledad req (nose2)  unittest2  # TODO we should include this dep only for python2.6  coverage  mock @@ -7,8 +6,3 @@ pep8==1.1  sphinx>=1.1.2  nose-exclude  tox - -# for soledad * to be splitted * -nose2 -testscenarios -testtools | 
