diff --git a/setup.py b/setup.py index 11d090e9e688611deaa8f3ac54f66d4b7c83ba2d..864a49077259492edf5d1aebd0cc9eb6d1f8354f 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setuptools.setup( description='drf-simplejwt but authenticates an IdP access token.', long_description=long_description, long_description_content_type='text/markdown', - url='https://gitlab.umich.edu/psteffes/drf_simplejwt_with_oidc', + url='https://gitlab.umich.edu/its-inf-iam/drf_simplejwt_with_oidc', packages=setuptools.find_packages(), classifiers=[ 'Programming Language :: Python :: 3', @@ -20,6 +20,7 @@ setuptools.setup( python_requires='>=3.6', install_requires=[ 'djangorestframework-simplejwt>=4.7.2', + 'ldap3>=2.9.1', 'requests>=2.26', ] )