summaryrefslogtreecommitdiffstats
path: root/base/common/python/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'base/common/python/setup.py')
-rw-r--r--base/common/python/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/common/python/setup.py b/base/common/python/setup.py
index e0920c1e6..03391a602 100644
--- a/base/common/python/setup.py
+++ b/base/common/python/setup.py
@@ -124,7 +124,7 @@ and set up in less than an hour.""",
keywords='pki x509 cert certificate',
url='http://pki.fedoraproject.org/',
packages=['pki', 'pki.cli'],
- install_requires=['python-nss', 'requests', 'six'],
+ install_requires=['python-nss', 'requests', 'six', 'cryptography'],
cmdclass={'version_info': VersionInfo},
classifiers=[
'Development Status :: 5 - Production/Stable',