Skip to content

Commit

Permalink
Add types-python-dateutil to dev requirements
Browse files Browse the repository at this point in the history
The previous commit began using a submodule of the dateutil builtin
python library. We weren't previously using this library, and thus didn't
need the type stubs for it. But now that we do use it, we need to have
the type stubs during development.
  • Loading branch information
QMalcolm committed Jan 28, 2025
1 parent b04ac97 commit d97bc4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ types-PyYAML
types-Jinja2
types-mock
types-protobuf>=5.0,<6.0
types-python-dateutil
types-pytz
types-requests
types-setuptools
Expand Down

0 comments on commit d97bc4a

Please sign in to comment.