Skip to content

Commit 5e7aaff

Browse files
committed
fix: install django storages
1 parent f1d267a commit 5e7aaff

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Pipfile

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ name = "pypi"
2525
[packages]
2626
codeforlife = "==0.23.0"
2727
# 🚫 Don't add [packages] below that are inherited from the CFL package.
28+
django-storages = {version = "==1.14.4", extras = ["s3"]}
2829

2930
[dev-packages]
3031
codeforlife = {version = "==0.23.0", extras = ["dev"]}

Pipfile.lock

+12-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)