Skip to content

Commit

Permalink
Merge branch 'master' into python-312-deprecate-utcnow
Browse files Browse the repository at this point in the history
  • Loading branch information
jadchaar authored Aug 24, 2024
2 parents e2cd8c3 + 7225592 commit df7247f
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 df7247f

Please sign in to comment.