Skip to content

Commit

Permalink
fix: install django storages
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Dec 1, 2024
1 parent f1d267a commit 5e7aaff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ name = "pypi"
[packages]
codeforlife = "==0.23.0"
# 🚫 Don't add [packages] below that are inherited from the CFL package.
django-storages = {version = "==1.14.4", extras = ["s3"]}

[dev-packages]
codeforlife = {version = "==0.23.0", extras = ["dev"]}
Expand Down
13 changes: 12 additions & 1 deletion Pipfile.lock

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

0 comments on commit 5e7aaff

Please sign in to comment.