Skip to content

Commit

Permalink
Merge pull request #178 from wrabit/cleanup
Browse files Browse the repository at this point in the history
Removes some unused deps, files and imports
  • Loading branch information
wrabit authored Oct 6, 2024
2 parents 8ba2f9b + 9d633ed commit b0aa271
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 411 deletions.
3 changes: 1 addition & 2 deletions dev/example_project/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ authors = ["Will Abbott <willabb83@gmail.com>"]

[tool.poetry.dependencies]
python = "^3.10"
Django = "^5.1"
beautifulsoup4 = "~4.12.2"
Django = "^5.1"
326 changes: 0 additions & 326 deletions django_cotton/compiler_bs4.py

This file was deleted.

4 changes: 1 addition & 3 deletions django_cotton/templatetags/_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
from django.conf import settings
from django.template import Library
from django.template.base import (
Variable,
VariableDoesNotExist,
Node,
)
from django.template.context import ContextDict, Context
from django.template.context import Context
from django.template.loader import get_template

from django_cotton.utils import get_cotton_data
Expand Down
43 changes: 0 additions & 43 deletions docs/docs_project/DockerfileTmp

This file was deleted.

Loading

0 comments on commit b0aa271

Please sign in to comment.