Skip to content

Commit

Permalink
Install latest portal
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Nov 8, 2024
1 parent 87c34a8 commit f040867
Show file tree
Hide file tree
Showing 2 changed files with 454 additions and 25 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ verify_ssl = true
name = "pypi"

[packages]
cfl-common = ">=8.0.0"
ipython = "*"
rapid-router = {path = ".", editable = true}

[dev-packages]
black = "*"
codeforlife-portal = {ref = "django_4", git = "https://github.com/ocadotechnology/codeforlife-portal.git"}
codeforlife-portal = ">=8.0.0"
django-selenium-clean = "==1.0.1"
django-test-migrations = "==1.4.0"
importlib-metadata = "<5" # Using version 5 causes an issue when trying to run pytest. Not sure why, linked to: https://stackoverflow.com/questions/73929564/entrypoints-object-has-no-attribute-get-digital-ocean
Expand Down
Loading

0 comments on commit f040867

Please sign in to comment.