Skip to content

Commit

Permalink
fix dateutil dependendcy
Browse files Browse the repository at this point in the history
  • Loading branch information
keegansmith21 committed May 28, 2024
1 parent b8ed689 commit 745b4e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies = [
"validators<=0.20.0",
"xmltodict",
"tenacity",
"dateutils",
"dateutil",
]

[project.optional-dependencies]
Expand Down Expand Up @@ -144,8 +144,8 @@ optional_dependencies = ["tests"] # to load extras from [project.optional-depend
# MIT license: https://pypi.org/project/ordereddict/1.1/
ordereddict = "1.1"

# MIT license: https://pypi.org/project/pendulum/1.4.4/
pendulum = ">=1.4.4"
# MIT License: https://pypi.org/project/pendulum/3.0.0/
pendulum = ">=3.0.0"

# Python Imaging Library (PIL) License: https://github.com/python-pillow/Pillow/blob/master/LICENSE
Pillow = ">=7.2.0"

0 comments on commit 745b4e7

Please sign in to comment.