Allow S3 usage

This commit is contained in:
2023-03-24 14:47:37 -04:00
parent e6914ed079
commit 1e17a679d3
5 changed files with 148 additions and 20 deletions

View File

@ -38,6 +38,8 @@ celery = "^5.2.7"
honcho = "^1.1.0"
howlongtobeatpy = "^1.0.5"
beautifulsoup4 = "^4.11.2"
django-storages = "^1.13.2"
boto3 = "^1.26.98"
[tool.poetry.dev-dependencies]
Werkzeug = "2.0.3"