Skip to content

Commit

Permalink
Explicitly depend on pytz for dev env
Browse files Browse the repository at this point in the history
To allow lint to work on all files, including ones that import pytz
  • Loading branch information
mfogel committed Jul 6, 2024
1 parent 2ee2d10 commit 269411e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 12 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ pytest-django = "^4.5.2"
pytest-pythonpath = "^0.7.3"
pytest-lazy-fixture = "^0.6.3"
pytest-cov = "^3.0.0"
pytz = "^2024.1"
black = "^23.3.0"
isort = "^5.11.5"
pylint = "^2.13.9"
Expand Down

0 comments on commit 269411e

Please sign in to comment.