Skip to content

Commit

Permalink
Remove unused Pygments.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbusenius committed Dec 16, 2024
1 parent 1c0d159 commit 21b2bcd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion portal/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from django.conf import settings
from django.db import models
from modelcluster.fields import ParentalKey
from pygments import highlight
from streams import blocks
from wagtail.admin.panels import (
FieldPanel,
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ django-libsass
django-static-precompiler
lxml
psycopg2
Pygments==2.7.4
pysocks
requests_cache
requests_toolbelt
Expand Down

0 comments on commit 21b2bcd

Please sign in to comment.