PaloAltoNetworks / cdl-decompress-proxy-sentinel-ingest

Proxy application for ingesting into Azure sentinel from Cortex Data Lake
MIT License
1 stars 13 forks source link

Requirements: specify Werkzeug==2.2.2 #6

Open TBSJordanNash opened 1 year ago

TBSJordanNash commented 1 year ago

Describe the bug

The Web App fails to start:

ImportError: cannot import name 'url_quote' from 'werkzeug.urls' (/tmp/8dbd00a2f46b814/antenv/lib/python3.9/site-packages/werkzeug/urls.py)

According to https://stackoverflow.com/questions/77213053/importerror-cannot-import-name-url-quote-from-werkzeug-urls , you need to specify Werkzeug==2.2.2 in the Requirements.txt file.

welcome-to-palo-alto-networks[bot] commented 1 year ago

:tada: Thanks for opening your first issue here! Welcome to the community!