Skip to content

Commit

Permalink
fix: add pytz dependency (dbt-labs#7077)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebruyn authored and acurtis-evi committed Mar 7, 2023
1 parent 1987f77 commit 06e45db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Fixes-20230228-130318.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Fixes
body: add pytz dependency
time: 2023-02-28T13:03:18.353468+01:00
custom:
Author: sdebruyn
Issue: "7077"
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 06e45db

Please sign in to comment.