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 Nov 26, 2024
1 parent 8f83311 commit aef19a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ name = "pypi"
# 5. Run `pipenv install --dev` in your terminal.

[packages]
codeforlife = {file = "https://github.com/ocadotechnology/codeforlife-package-python/archive/refs/tags/v0.22.0.zip"}
codeforlife = {file = "https://github.com/ocadotechnology/codeforlife-package-python/archive/refs/tags/v0.22.1.zip"}
# 🚫 Don't add [packages] below that are inherited from the CFL package.

[dev-packages]
codeforlife = {file = "https://github.com/ocadotechnology/codeforlife-package-python/archive/refs/tags/v0.22.0.zip", extras = ["dev"]}
codeforlife = {file = "https://github.com/ocadotechnology/codeforlife-package-python/archive/refs/tags/v0.22.1.zip", 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
6 changes: 3 additions & 3 deletions Pipfile.lock

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

0 comments on commit aef19a3

Please sign in to comment.