Skip to content

Commit 6620221

Browse files
committed
fix: new cfl package
1 parent 3c1d6dd commit 6620221

File tree

4 files changed

+246
-328
lines changed

4 files changed

+246
-328
lines changed

Pipfile

+2-4
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,11 @@ name = "pypi"
2323
# 5. Run `pipenv install --dev` in your terminal.
2424

2525
[packages]
26-
codeforlife = "==0.22.13"
27-
boto3 = "==1.34.162"
26+
codeforlife = "==0.23.0"
2827
# 🚫 Don't add [packages] below that are inherited from the CFL package.
2928

3029
[dev-packages]
31-
codeforlife = {version = "==0.22.13", extras = ["dev"]}
32-
boto3-stubs = {version = "==1.35.71", extras = ["essential"]}
30+
codeforlife = {version = "==0.23.0", extras = ["dev"]}
3331
# codeforlife = {file = "../codeforlife-package-python", editable = true, extras = ["dev"]}
3432
# 🚫 Don't add [dev-packages] below that are inherited from the CFL package.
3533

0 commit comments

Comments
 (0)