Skip to content

Commit

Permalink
fix: add pytz dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebruyn committed Feb 28, 2023
1 parent ec5d31d commit df8a252
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"typing-extensions>=3.7.4",
"werkzeug>=1,<3",
"pathspec>=0.9,<0.11",
"pytz>=2015.7",
# the following are all to match snowflake-connector-python
"requests<3.0.0",
"idna>=2.5,<4",
Expand Down
1 change: 0 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ pytest-dotenv
pytest-logbook
pytest-mock
pytest-xdist
pytz
sphinx
tox>=3.13
twine
Expand Down

0 comments on commit df8a252

Please sign in to comment.