Skip to content

Adds pytz as a dependency#4468

Merged
mauromsl merged 1 commit into
r-v1.7.xfrom
b-add-pytz-req
Nov 5, 2024
Merged

Adds pytz as a dependency#4468
mauromsl merged 1 commit into
r-v1.7.xfrom
b-add-pytz-req

Conversation

@ajrbyers

@ajrbyers ajrbyers commented Oct 29, 2024

Copy link
Copy Markdown
Member

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