diff options
| author | drebs <drebs@leap.se> | 2012-12-24 10:14:58 -0200 | 
|---|---|---|
| committer | drebs <drebs@leap.se> | 2012-12-24 10:14:58 -0200 | 
| commit | 319e279b59ac080779d0a3375ae4d6582f5ee6a3 (patch) | |
| tree | 118dd0f495c0d54f2b2c66ea235e4e4e6b8cefd5 /pkg | |
| parent | ca5fb41a55e1292005ed186baf3710831d9ad678 (diff) | |
| parent | a7b091a0553e6120f3e0eb6d4e73a89732c589b2 (diff) | |
Merge branch 'develop' of ssh://code.leap.se/leap_client into develop
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/requirements.pip | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/pkg/requirements.pip b/pkg/requirements.pip index e5338744..d7dc2c91 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -2,12 +2,13 @@  # do not change it, we will freeze the requirements before tagging a release.  argparse # only for python 2.6 -requests +requests<1.0.0   ping  psutil  netifaces  python-gnutls==1.1.9  # see https://bugs.launchpad.net/ubuntu/+source/python-gnutls/+bug/1027129  jsonschema -srp +srp  # >=1.0.1 MUST HAVE 1.0.1 BUGFIX, but upstream DID NOT UPDATE setup.py so it conflicts  pycrypto  keyring +python-dateutil | 
