Skip to content

Commit

Permalink
Remove django-taggit-serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Jun 17, 2020
1 parent 448dc14 commit d0f0aef
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions base_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ django-tables2
# https://github.com/alex/django-taggit
django-taggit

# A Django REST Framework serializer which represents tags
# https://github.com/glemmaPaul/django-taggit-serializer
django-taggit-serializer

# A Django field for representing time zones
# https://github.com/mfogel/django-timezone-field/
django-timezone-field
Expand Down
1 change: 0 additions & 1 deletion netbox/netbox/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ def _setting(name, default=None):
'mptt',
'rest_framework',
'taggit',
'taggit_serializer',
'timezone_field',
'circuits',
'dcim',
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ django-prometheus==2.0.0
django-rq==2.3.2
django-tables2==2.3.1
django-taggit==1.2.0
django-taggit-serializer==0.1.7
django-timezone-field==4.0
djangorestframework==3.11.0
drf-yasg[validation]==1.17.1
Expand Down

0 comments on commit d0f0aef

Please sign in to comment.