diff --git a/setup.py b/setup.py index c946c4b..eb5a57a 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ include_package_data=True, install_requires = [ 'Django~=4.2', - 'django-blti @ git+https://github.com/uw-it-aca/django-blti.git@feature/additive-1-point-3#egg=django-blti', + 'django-blti @ git+https://github.com/uw-it-aca/django-blti.git@c0401ad6d2e1d5b802d6ce214f537a781ccca2da#egg=django-blti', 'django-compressor', 'uw-memcached-clients~=1.0', 'UW-RestClients-Core~=1.4',