Skip to content

Images: Add tzdata as explicit requirement #10480

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 28, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions requirements/docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ selectolax==0.3.14
six==1.16.0
# via
# -r requirements/pip.txt
# asttokens
# click-repl
# django-annoying
# django-elasticsearch-dsl
Expand Down Expand Up @@ -459,6 +460,8 @@ typing-extensions==4.6.3
# via
# -r requirements/pip.txt
# asgiref
tzdata==2023.3
# via -r requirements/pip.txt
ua-parser==0.16.1
# via
# -r requirements/pip.txt
Expand Down
5 changes: 5 additions & 0 deletions requirements/pip.in
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ Pygments
django-redis
celery

# Docker images need a dependency explicity marked for tzdata in order to have
# necessary timezone data.
# https://github.com/readthedocs/readthedocs.org/issues/10453
tzdata

# 0.52.0 requires creating a new email template:
# templates/account/email/acccount_already_exists_message.html
# See https://github.com/readthedocs/readthedocs.org/pull/9853#discussion_r1060496492
Expand Down
2 changes: 2 additions & 0 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ toml==0.10.2
# via dparse
typing-extensions==4.6.3
# via asgiref
tzdata==2023.3
# via -r requirements/pip.in
ua-parser==0.16.1
# via user-agents
unicode-slugify @ git+https://github.com/mozilla/unicode-slugify@b696c37
Expand Down
6 changes: 5 additions & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -414,11 +414,15 @@ toml==0.10.2
# -r requirements/pip.txt
# dparse
tomli==2.0.1
# via pytest
# via
# coverage
# pytest
typing-extensions==4.6.3
# via
# -r requirements/pip.txt
# asgiref
tzdata==2023.3
# via -r requirements/pip.txt
ua-parser==0.16.1
# via
# -r requirements/pip.txt
Expand Down