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

[packages]
codeforlife = "==0.22.12"
codeforlife = "==0.22.13"
boto3 = "==1.34.162"
# 🚫 Don't add [packages] below that are inherited from the CFL package.

[dev-packages]
codeforlife = {version = "==0.22.12", extras = ["dev"]}
codeforlife = {version = "==0.22.13", extras = ["dev"]}
boto3-stubs = {version = "==1.35.71", extras = ["essential"]}
# codeforlife = {file = "../codeforlife-package-python", editable = true, extras = ["dev"]}
# 🚫 Don't add [dev-packages] below that are inherited from the CFL package.
Expand Down
14 changes: 7 additions & 7 deletions Pipfile.lock

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

0 comments on commit d3702f0

Please sign in to comment.