Skip to content

Commit

Permalink
fix: new cfl package
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Feb 25, 2025
1 parent d7d6289 commit 6206aee
Show file tree
Hide file tree
Showing 2 changed files with 162 additions and 162 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ name = "pypi"
# 5. Run `pipenv install --dev` in your terminal.

[packages]
codeforlife = "==0.24.15"
codeforlife = "==0.25.3"
# 🚫 Don't add [packages] below that are inherited from the CFL package.
pyjwt = "==2.6.0" # TODO: upgrade to latest version
# TODO: Needed by RR. Remove when RR has moved to new system.
Expand All @@ -32,7 +32,7 @@ django-sekizai = "==4.1.0"
django-classy-tags = "==4.1.0"

[dev-packages]
codeforlife = {version = "==0.24.15", extras = ["dev"]}
codeforlife = {version = "==0.25.3", extras = ["dev"]}
# codeforlife = {file = "../codeforlife-package-python", editable = true, extras = ["dev"]}
# 🚫 Don't add [dev-packages] below that are inherited from the CFL package.

Expand Down
Loading

0 comments on commit 6206aee

Please sign in to comment.