We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ca0a28 + f6a425c commit 28be420Copy full SHA for 28be420
ci/setup.sh
@@ -7,7 +7,7 @@ if [[ ! "${CI}" == "true" ]]; then
7
fi
8
9
python -m pip install --upgrade pip
10
-pip3 install -r test-requirements.txt
11
pip3 install -e .
+pip3 install -r test-requirements.txt
12
13
./ci/patch_coldfront_urls.sh
requirements.txt
@@ -1,4 +1,4 @@
1
-coldfront
+coldfront==1.1.6
2
djangorestframework
3
mozilla-django-oidc
4
django-scim2 >=0.19.0, <0.20.0
setup.cfg
@@ -20,7 +20,7 @@ package_dir =
20
packages = find:
21
python_requires = >=3.8
22
install_requires =
23
- coldfront
+ coldfront==1.1.6
24
25
26
0 commit comments