diff --git a/ci/setup.sh b/ci/setup.sh index 48412d7..659c53d 100755 --- a/ci/setup.sh +++ b/ci/setup.sh @@ -7,7 +7,7 @@ if [[ ! "${CI}" == "true" ]]; then fi python -m pip install --upgrade pip -pip3 install -r test-requirements.txt pip3 install -e . +pip3 install -r test-requirements.txt ./ci/patch_coldfront_urls.sh diff --git a/requirements.txt b/requirements.txt index 8eb7c0b..c2c07e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -coldfront +coldfront==1.1.6 djangorestframework mozilla-django-oidc django-scim2 >=0.19.0, <0.20.0 diff --git a/setup.cfg b/setup.cfg index 235a3a4..7b8ad08 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,7 +20,7 @@ package_dir = packages = find: python_requires = >=3.8 install_requires = - coldfront + coldfront==1.1.6 djangorestframework mozilla-django-oidc django-scim2 >=0.19.0, <0.20.0