diff --git a/setup.py b/setup.py index 88c27a6..39c8733 100755 --- a/setup.py +++ b/setup.py @@ -29,8 +29,5 @@ setup(name='rfc3161', author='Benjamin Dauvergne', author_email='bdauvergne@entrouvert.com', packages=['rfc3161'], - install_requires=[ - 'pyasn1', - 'pyasn1_modules', - 'M2Crypto'], + requires=['pyasn1', 'pyasn1_modules', 'M2Crypto'], cmdclass={'test': TestCommand})