From bb87d7d91961c115bced6d49fea4d8d3fa17ac75 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 13 Mar 2014 13:24:28 +0100 Subject: [PATCH] setup.py: add authentic2 to dependencies --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 07944c9..232b42c 100755 --- a/setup.py +++ b/setup.py @@ -13,6 +13,7 @@ setup(name='authentic2-idp-ltpa', packages=find_packages(os.path.dirname(__file__) or '.'), install_requires=[ 'pyDes', + 'authentic2', ], entry_points={ 'authentic2.plugin': [