Skip to content

Commit ca22cd2

Browse files
committed
Add missing pytz
1 parent 280a6cd commit ca22cd2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies = [
5454
"graphene",
5555
"graphene-django==2.16.0",
5656
"gunicorn==22.0.0",
57-
"numpy<2.0.0",
57+
"numpy<=2.0.0",
5858
"opencensus-ext-azure==1.0.7",
5959
"opencensus-ext-django==0.7.4",
6060
"pandas~=2.2.3",
@@ -68,6 +68,7 @@ dependencies = [
6868
"python-dateutil",
6969
"python-magic==0.4.27",
7070
"python-mimeparse==1.6.0",
71+
"pytz",
7172
"openpyxl==3.0.10",
7273
"requests==2.32.2",
7374
"tabula-py==1.2.0",

uv.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)