1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-19 15:28:06 +02:00

Update requirements.txt

Fix nginx-flask-mysql-backend-1  | ImportError: cannot import name 'url_quote' from 'werkzeug.urls' (/usr/local/lib/python3.10/site-packages/werkzeug/urls.py)
By specifying the correct requirement. 

Signed-off-by: llaltxll <llaltxll@gmail.com>
This commit is contained in:
llaltxll 2023-10-18 16:56:27 +03:00 committed by GitHub
parent e6b1d2755f
commit f5eb50744d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,3 @@
Flask==2.0.1
Werkzeug==2.2.2
mysql-connector==2.2.9