Skip to content

Commit

Permalink
build: remove python-date-util as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
CJHwong committed Feb 10, 2023
1 parent 1117fc0 commit e5c789c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
python-dateutil>=2.6.1
six>=1.11.0
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
package_dir={"pyx12lib": "pyx12lib"},
packages=setuptools.find_packages(),
install_requires=[
"python-dateutil",
"six",
],
python_requires=">=3.6",
Expand Down

0 comments on commit e5c789c

Please sign in to comment.