Skip to content

Commit

Permalink
Bring back RR
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Aug 1, 2024
1 parent a0372bd commit 0f19ac9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
pip install pipenv
pipenv install --dev --system
yarn --frozen-lockfile
pip install -U "git+https://github.com/ocadotechnology/rapid-router@remove_kurono#egg=rapid-router"
- name: Collect static
run: python example_project/manage.py collectstatic --noinput --settings portal_test_settings
- name: Run Python tests
Expand Down
22 changes: 22 additions & 0 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"django-recaptcha==2.0.6",
"pyyaml==5.4.1",
"importlib-metadata==4.13.0",
# "rapid-router>=4",
"rapid-router>=6",
"reportlab==3.6.13",
"django-formtools==2.2",
"django-otp==1.0.2", # we needed to fix this due to a wide ranged dependency in django-two-factor-auth
Expand Down

0 comments on commit 0f19ac9

Please sign in to comment.