diff options
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/pyinst/anonvpn.spec | 1 | ||||
-rw-r--r-- | pkg/requirements-vpn.pip | 6 | ||||
-rw-r--r-- | pkg/requirements.pip | 1 |
3 files changed, 8 insertions, 0 deletions
diff --git a/pkg/pyinst/anonvpn.spec b/pkg/pyinst/anonvpn.spec index ec61f04e..9c558f6d 100644 --- a/pkg/pyinst/anonvpn.spec +++ b/pkg/pyinst/anonvpn.spec @@ -17,6 +17,7 @@ if IS_MAC: hiddenimports = [ 'appdirs', 'service_identity', + 'srp', 'leap.common', 'leap.bitmask', 'leap.bitmask.core.logs', 'leap.bitmask.gui.housekeeping', diff --git a/pkg/requirements-vpn.pip b/pkg/requirements-vpn.pip new file mode 100644 index 00000000..e2f3a243 --- /dev/null +++ b/pkg/requirements-vpn.pip @@ -0,0 +1,6 @@ +srp +twisted +colorama +zope.interface +service-identity +leap.common>=0.5.5 diff --git a/pkg/requirements.pip b/pkg/requirements.pip index 4fd647a1..b539a22b 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -1,3 +1,4 @@ +srp cryptography twisted colorama |