Skip to content

Commit

Permalink
removed defusedxml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgiulini committed May 13, 2024
1 parent a77e422 commit 94b9b4d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
11 changes: 0 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ classifiers = [
[tool.poetry.dependencies]
python = ">=3.9,<3.12"
bio = "1.6.2"
defusedxml = "0.7.1"
lxml = "5.2.1"
mdanalysis = "2.7.0"
requests = "2.31.0"
Expand Down
3 changes: 2 additions & 1 deletion src/arctic3d/modules/blast.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Function to BLAST input sequence and return accession id."""

import logging
import os
import shlex
Expand All @@ -7,7 +8,7 @@
from pathlib import Path

from Bio.Blast import NCBIWWW
from defusedxml import lxml as ET
from lxml import etree as ET

log = logging.getLogger("arctic3d.log")

Expand Down

0 comments on commit 94b9b4d

Please sign in to comment.