Skip to content

Commit

Permalink
Require types-python-dateutil
Browse files Browse the repository at this point in the history
Not having this installed results in confusing errors when
running `mypy` on the subtraction of two `Arrow` instances.
See python/mypy#11613 for details.
  • Loading branch information
tbekolay committed Apr 5, 2022
1 parent c9cae9e commit 2051bff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
python_requires=">=3.6",
install_requires=[
"python-dateutil>=2.7.0",
"types-python-dateutil>=2.8.10",
"typing_extensions; python_version<'3.8'",
],
classifiers=[
Expand Down

0 comments on commit 2051bff

Please sign in to comment.