Skip to content

Commit

Permalink
fix: pyton build error
Browse files Browse the repository at this point in the history
```
ERROR tdp_publicdb/tests/test_main_app.py::test_health - ImportError: cannot import name 'url_quote' from 'werkzeug.urls' (/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/werkzeug/urls.py)
```
  • Loading branch information
thinkh committed Feb 29, 2024
1 parent a81c4d6 commit f5f51cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
tdp_core>=20.0.0,<21.0.0
numpy==1.24.3
numpy==1.24.3
Werkzeug==2.2.2

0 comments on commit f5f51cc

Please sign in to comment.