diff options
Diffstat (limited to 'pkg/requirements.pip')
-rw-r--r-- | pkg/requirements.pip | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip new file mode 100644 index 00000000..e5338744 --- /dev/null +++ b/pkg/requirements.pip @@ -0,0 +1,13 @@ +# in order of addition to the project. +# do not change it, we will freeze the requirements before tagging a release. + +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 +srp +pycrypto +keyring |