Skip to content

Commit

Permalink
Move dateutil types to test requirements (#1183)
Browse files Browse the repository at this point in the history
types-python-dateutils is only needed when running mypy static type
checking; move from runtime to test requirements.
  • Loading branch information
javacruft authored Aug 24, 2024
1 parent 2bd89ab commit 7225592
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ classifiers = [
]
dependencies = [
"python-dateutil>=2.7.0",
"types-python-dateutil>=2.8.10",
]
requires-python = ">=3.8"
description = "Better dates & times for Python"
Expand Down
1 change: 1 addition & 0 deletions requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ pytest-cov
pytest-mock
pytz==2021.1
simplejson==3.*
types-python-dateutil>=2.8.10
1 change: 0 additions & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
python-dateutil>=2.7.0
types-python-dateutil>=2.8.10

0 comments on commit 7225592

Please sign in to comment.