Skip to content

Commit

Permalink
fix: removed unused python dependencies (#494)
Browse files Browse the repository at this point in the history
Signed-off-by: Trey <[email protected]>
  • Loading branch information
TreyWW committed Sep 19, 2024
1 parent 6629aa2 commit fd103b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 76 deletions.
69 changes: 1 addition & 68 deletions poetry.lock

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

13 changes: 5 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.10,<4.0"
bleach = "6.1.0"
oauthlib = "3.2.2"
boto3 = "1.34.76"
django-storages = "1.14.2"
pillow = "10.3.0"
tblib = "^3.0.0"
bleach = "6.1.0" # used for HTML sanitation
boto3 = "1.34.76" # AWS
django-storages = "1.14.2" # AWS S3
pillow = "10.3.0" # Images
tblib = "^3.0.0" # Exceptions and Tracebacks
django = "^5.0.7"
django-mathfilters = "^1.0.0"
sample-helper-aws-appconfig = "^2.1.0"
redis = { extras = ["hiredis"], version = "^5.0.1" }
django-webpack-loader = "^3.1.0"
django-silk = "^5.1.0"
Expand Down Expand Up @@ -56,7 +54,6 @@ types-six = "^1.16.21.20240513"
Django = "^5.0.7"
gunicorn = "22.0.0"
social-auth-app-django = "5.4.1"
django-sendgrid-v5 = "1.2.3"
django-environ = "0.11.2"
django-extensions = "3.2.3"
python-dateutil = "2.9.0"
Expand Down

0 comments on commit fd103b6

Please sign in to comment.