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>
pull/397/head
llaltxll 9 months ago committed by GitHub
parent e6b1d2755f
commit f5eb50744d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      nginx-flask-mysql/backend/requirements.txt

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

Loading…
Cancel
Save