Skip to content

Commit fda2741

Browse files
committed
install new py package
1 parent 3f0e131 commit fda2741

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ name = "pypi"
2323
# 5. Run `pipenv install --dev` in your terminal.
2424

2525
[packages]
26-
codeforlife = {ref = "backend_template", git = "https://github.com/ocadotechnology/codeforlife-package-python.git"}
26+
codeforlife = {ref = "v0.18.0", git = "https://github.com/ocadotechnology/codeforlife-package-python.git"}
2727
# 🚫 Don't add [packages] below that are inherited from the CFL package.
2828

2929
[dev-packages]
30-
codeforlife = {ref = "backend_template", git = "https://github.com/ocadotechnology/codeforlife-package-python.git", extras = ["dev"]}
30+
codeforlife = {ref = "v0.18.0", git = "https://github.com/ocadotechnology/codeforlife-package-python.git", extras = ["dev"]}
3131
# codeforlife = {file = "../codeforlife-package-python", editable = true, extras = ["dev"]}
3232
# 🚫 Don't add [dev-packages] below that are inherited from the CFL package.
3333

Pipfile.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)