Skip to content

Commit

Permalink
Merge pull request #98 from ascmitc/dateutil
Browse files Browse the repository at this point in the history
add dateutil - cleanup imports
  • Loading branch information
ptrpfn authored Oct 8, 2021
2 parents abcb928 + 7067c02 commit e01fb0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
16 changes: 1 addition & 15 deletions ascmhl/chain_xml_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,13 @@
from .hasher import create_filehash
import os
import textwrap
from timeit import default_timer as timer
import dateutil.parser

from lxml import etree
from lxml.builder import E

from . import logger
from .hashlist import *
from .utils import datetime_isostring
from .__version__ import ascmhl_supported_hashformats
from .hashlist import (
MHLCreatorInfo,
MHLHashEntry,
MHLHashList,
MHLHashListReference,
MHLMediaHash,
MHLProcessInfo,
MHLTool,
)
from .ignore import MHLIgnoreSpec
from .utils import datetime_isostring
from .hashlist import MHLHashList


def parse(file_path):
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ requests-mock==1.9.2
requests==2.25.1
testfixtures==6.17.0
xxhash==2.0.0
python-dateutil==2.8.2
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"pathspec>=0.8.0",
"requests>=2.25.1",
"xxhash>=2.0.0",
"python-dateutil>=2.8.2",
"importlib-metadata>=4.0.1; python_version < '3.8'",
],
dependency_links=[],
Expand Down

0 comments on commit e01fb0d

Please sign in to comment.