diff options
Diffstat (limited to 'ipaclient/setup.py')
-rw-r--r-- | ipaclient/setup.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ipaclient/setup.py b/ipaclient/setup.py index 722d99dfb..fc5609bc3 100644 --- a/ipaclient/setup.py +++ b/ipaclient/setup.py @@ -43,4 +43,18 @@ if __name__ == '__main__': "ipaclient.remote_plugins.2_156", "ipaclient.remote_plugins.2_164", ], + install_requires=[ + "cryptography", + "ipalib", + "ipapython", + "python-nss", + "qrcode", + "six", + ], + setup_requires=[ + "wheel", + ], + extra_requires={ + "otptoken_yubikey": ["yubico", "usb"] + } ) |