Tools: Fix incompatible package dependencies of gdbgui

Closes https://github.com/espressif/esp-idf/issues/8760
pull/9423/head
Roland Dobai 2022-04-12 08:59:30 +02:00
rodzic d58b394dc5
commit 734c6f8998
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -26,6 +26,8 @@ pygdbmi<=0.9.0.2
# The pygdbmi required max version 0.9.0.2 since 0.9.0.3 is not compatible with latest gdbgui (>=0.13.2.0)
# A compatible Socket.IO should be used. See https://github.com/miguelgrinberg/python-socketio/issues/578
python-socketio<5
jinja2<3.1 # See https://github.com/espressif/esp-idf/issues/8760
itsdangerous<2.1
kconfiglib==13.7.1