Skip to content
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

Adds pytz as a dependency #4468

Merged
merged 1 commit into from
Nov 5, 2024
Merged

Adds pytz as a dependency #4468

merged 1 commit into from
Nov 5, 2024

Conversation

ajrbyers
Copy link
Member

@ajrbyers ajrbyers commented Oct 29, 2024

When doing a clean install pytz is missing.

  File "/var/www/vermont/src/cms/models.py", line 17, in <module>
    from utils.logic import build_url_for_request
  File "/var/www/vermont/src/utils/logic.py", line 12, in <module>
    from core.middleware import GlobalRequestMiddleware
  File "/var/www/vermont/src/core/middleware.py", line 9, in <module>
    import pytz
ModuleNotFoundError: No module named 'pytz'

It may previously have been loaded automatically but another dependency but now adding it on its own.

@ajrbyers ajrbyers requested a review from mauromsl October 29, 2024 11:21
@ajrbyers ajrbyers added this to the v1.7.x milestone Nov 5, 2024
@mauromsl mauromsl merged commit 6f58354 into r-v1.7.x Nov 5, 2024
@mauromsl mauromsl deleted the b-add-pytz-req branch November 5, 2024 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants