Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
FSPT-119: remove unused bundling dependencies
Browse files Browse the repository at this point in the history
We don't use these dependencies for pre-processing or bundling css/ js,
lets remove them until they're needed.

This repository seems to manually copy over CSS files during the build
step - this commit doesn't have an opinion on if thats good or bad but
lets only add flask assets back in when its done properly.
  • Loading branch information
sfount authored and samuelhwilliams committed Dec 9, 2024
1 parent 67f9ffc commit 5e0718b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 57 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,16 @@ license = "MIT License"

requires-python = "~=3.10.0"
dependencies = [
"cssmin==0.2.0",
"email-validator==2.1.1",
"flask-assets==2.0",
"flask-babel==2.0.0",
"flask-compress==1.14",
"flask-talisman==1.1.0",
"flask-wtf==1.2.1",
"flask==2.3.3",
"funding-service-design-utils[toggles]==5.2.0",
"govuk-frontend-jinja==2.7.0",
"jsmin==3.0.1",
"python-slugify==8.0.4",
"requests==2.32.3",
"pyscss==1.4.0",
]

[tool.djlint]
Expand Down
55 changes: 2 additions & 53 deletions uv.lock

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

0 comments on commit 5e0718b

Please sign in to comment.