mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
docker build fails: streamlit 1.38.0 depends on watchdog<5
This commit is contained in:
parent
e1d4e81194
commit
02c18c0835
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
-c ../requirements.txt
|
-c ../requirements.txt
|
||||||
|
|
||||||
streamlit
|
streamlit
|
||||||
watchdog
|
watchdog<5 # docker build fails: streamlit 1.38.0 depends on watchdog<5
|
||||||
|
|
|
@ -141,5 +141,5 @@ urllib3==2.2.2
|
||||||
# via
|
# via
|
||||||
# -c requirements/../requirements.txt
|
# -c requirements/../requirements.txt
|
||||||
# requests
|
# requests
|
||||||
watchdog==5.0.0
|
watchdog==4.0.2
|
||||||
# via -r requirements/requirements-browser.in
|
# via -r requirements/requirements-browser.in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue