[PR #427] Update requirements.txt #444

Open
opened 2025-11-06 14:26:22 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/427
Author: @ElRapt
Created: 4/8/2024
Status: 🔄 Open

Base: masterHead: patch-1


📝 Commits (1)

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 nginx-flask-mysql/backend/requirements.txt (+2 -2)

📄 Description

Specifying those versions will prevent the following error (caused by compability issues) :

nginx-flask-mysql-backend-1  | Traceback (most recent call last):
nginx-flask-mysql-backend-1  |   File "/usr/local/bin/flask", line 5, in <module>
nginx-flask-mysql-backend-1  |     from flask.cli import main
nginx-flask-mysql-backend-1  |   File "/usr/local/lib/python3.10/site-packages/flask/__init__.py", line 7, in <module>
nginx-flask-mysql-backend-1  |     from .app import Flask as Flask
nginx-flask-mysql-backend-1  |   File "/usr/local/lib/python3.10/site-packages/flask/app.py", line 28, in <module>
nginx-flask-mysql-backend-1  |     from . import cli
nginx-flask-mysql-backend-1  |   File "/usr/local/lib/python3.10/site-packages/flask/cli.py", line 18, in <module>
nginx-flask-mysql-backend-1  |     from .helpers import get_debug_flag
nginx-flask-mysql-backend-1  |   File "/usr/local/lib/python3.10/site-packages/flask/helpers.py", line 16, in <module>
nginx-flask-mysql-backend-1  |     from werkzeug.urls import url_quote
nginx-flask-mysql-backend-1  | ImportError: cannot import name 'url_quote' from 'werkzeug.urls' (/usr/local/lib/python3.10/site-packages/werkzeug/urls.py)
nginx-flask-mysql-backend-1 exited with code 1

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/docker/awesome-compose/pull/427 **Author:** [@ElRapt](https://github.com/ElRapt) **Created:** 4/8/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`f7cfe91`](https://github.com/docker/awesome-compose/commit/f7cfe91d25023f5760f2aa2063786af513ebb156) Update requirements.txt ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `nginx-flask-mysql/backend/requirements.txt` (+2 -2) </details> ### 📄 Description Specifying those versions will prevent the following error (caused by compability issues) : ```shell nginx-flask-mysql-backend-1 | Traceback (most recent call last): nginx-flask-mysql-backend-1 | File "/usr/local/bin/flask", line 5, in <module> nginx-flask-mysql-backend-1 | from flask.cli import main nginx-flask-mysql-backend-1 | File "/usr/local/lib/python3.10/site-packages/flask/__init__.py", line 7, in <module> nginx-flask-mysql-backend-1 | from .app import Flask as Flask nginx-flask-mysql-backend-1 | File "/usr/local/lib/python3.10/site-packages/flask/app.py", line 28, in <module> nginx-flask-mysql-backend-1 | from . import cli nginx-flask-mysql-backend-1 | File "/usr/local/lib/python3.10/site-packages/flask/cli.py", line 18, in <module> nginx-flask-mysql-backend-1 | from .helpers import get_debug_flag nginx-flask-mysql-backend-1 | File "/usr/local/lib/python3.10/site-packages/flask/helpers.py", line 16, in <module> nginx-flask-mysql-backend-1 | from werkzeug.urls import url_quote nginx-flask-mysql-backend-1 | ImportError: cannot import name 'url_quote' from 'werkzeug.urls' (/usr/local/lib/python3.10/site-packages/werkzeug/urls.py) nginx-flask-mysql-backend-1 exited with code 1 ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 14:26:22 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#444