Skip to content

Commit

Permalink
remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
goapunk committed Aug 13, 2024
1 parent 475fac4 commit 4708fd1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ release:
$(VIRTUAL_ENV)/bin/python3 -m pip install -r requirements.txt -q
$(VIRTUAL_ENV)/bin/python3 manage.py collectstatic --noinput -v0 --ignore firebug-lite

.PHONY: compile-scss
compile-scss:
$(VIRTUAL_ENV)/bin/sassc bplan/assets/scss/all.scss bplan/assets/css/all.css

.PHONY: clean
clean:
if [ -f package-lock.json ]; then rm package-lock.json; fi
Expand Down
3 changes: 3 additions & 0 deletions changelog/_1111.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Removed

- remove unused python dependencies
2 changes: 0 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ black==24.8.0
django-debug-toolbar==4.4.6
flake8==7.1.1
isort==5.13.2
pre-commit==3.8.0
libsass==0.23.0
4 changes: 0 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ djangorestframework-gis==1.0
djangorestframework==3.15.2
psycopg==3.2.1
python-dateutil==2.9.0.post0
rcssmin==1.1.1
rjsmin==1.2.1
six==1.16.0
sqlparse==0.4.4
tqdm==4.66.5
whitenoise==6.7.0
brotli==1.1.0
Expand Down

0 comments on commit 4708fd1

Please sign in to comment.