Skip to content

Commit cf38c7a

Browse files
committed
feat: otp compliant
1 parent c4b05c7 commit cf38c7a

File tree

5 files changed

+124
-266
lines changed

5 files changed

+124
-266
lines changed

Pipfile

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

2424
[packages]
25-
codeforlife = "==0.23.1"
25+
codeforlife = "==0.24.0"
2626
# 🚫 Don't add [packages] below that are inherited from the CFL package.
27-
django-storages = {version = "==1.14.4", extras = ["s3"]}
28-
python-dotenv = "*"
2927

3028
[dev-packages]
31-
codeforlife = {version = "==0.23.1", extras = ["dev"]}
29+
codeforlife = {version = "==0.24.0", extras = ["dev"]}
3230
# codeforlife = {file = "../codeforlife-package-python", editable = true, extras = ["dev"]}
3331
# 🚫 Don't add [dev-packages] below that are inherited from the CFL package.
3432

0 commit comments

Comments
 (0)