Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
fqrious committed Nov 1, 2024
1 parent c7372c6 commit c880237
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dogesec_commons/stixifier/views.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .models import Profile
from drf_spectacular.utils import extend_schema, extend_schema_view, OpenApiParameter
from drf_spectacular.types import OpenApiTypes
from .utils import Pagination, Ordering
from ..utils import Pagination, Ordering

from rest_framework import viewsets, response, mixins
from django_filters.rest_framework import DjangoFilterBackend, FilterSet, Filter
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Issues = "https://github.com/muchdogesec/stixifier_commons/issues"

[project.optional-dependencies]
stixifier = [
"txt2stix @ https://github.com/muchdogesec/txt2stix/archive/main.zip",
"txt2stix @ https://github.com/muchdogesec/txt2stix/releases/download/main-2024-11-01/txt2stix-0.0.1b1-py3-none-any.whl",
"file2txt @ https://github.com/muchdogesec/file2txt/archive/main.zip",
"stix2arango @ https://github.com/muchdogesec/stix2arango/archive/main.zip",
]

0 comments on commit c880237

Please sign in to comment.