diff options
author | kali <kali@leap.se> | 2012-10-05 19:58:05 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-10-05 19:58:05 +0900 |
commit | 0afb3c7558f469f2cbe8cea020948c432184a7c0 (patch) | |
tree | bc61d2e48d2ac545e1f6a01b39a7ac115cb2158e /pkg | |
parent | 7a58425cbb090acb3777b602bd3350581f7b30e8 (diff) | |
parent | cdc80a4b84bc68dd179376e8c4cbd7db478ffd32 (diff) |
Merge branch 'feature/detect_vpn' into develop
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/requirements.pip | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip index aef934fb..c5eefcd4 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -1,6 +1,7 @@ argparse # only for python 2.6 requests ping +psutil netifaces python-gnutls==1.1.9 # see https://bugs.launchpad.net/ubuntu/+source/python-gnutls/+bug/1027129 jsonschema |