diff options
-rw-r--r-- | changes/bug_fix-imports | 1 | ||||
-rw-r--r-- | pkg/requirements.pip | 2 | ||||
-rw-r--r-- | setup.py | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug_fix-imports b/changes/bug_fix-imports new file mode 100644 index 0000000..509f2f4 --- /dev/null +++ b/changes/bug_fix-imports @@ -0,0 +1 @@ + o Fix missing imports diff --git a/pkg/requirements.pip b/pkg/requirements.pip index ca21223..85e5aef 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -2,3 +2,5 @@ jsonschema<=0.8 pyxdg protobuf protobuf.socketrpc +pyopenssl +python-dateutil @@ -25,6 +25,8 @@ requirements = [ "pyxdg", 'protobuf', 'protobuf.socketrpc', + "PyOpenSSL", + "python-dateutil", ] |