diff --git a/bin/dnet/README.md b/bin/dnet/README.md index c3c660577..28a9072ba 100644 --- a/bin/dnet/README.md +++ b/bin/dnet/README.md @@ -19,7 +19,7 @@ engine that makes everything run. ### Using a venv -Dnet requires Python 3.12.0. Make sure Python is installed and on the +Dnet requires Python 3.14. Make sure Python is installed and on the latest version. Depending on your setup you may need to install a virtual environment diff --git a/bin/dnet/requirements.txt b/bin/dnet/requirements.txt index 4b92a55d1..646198381 100644 --- a/bin/dnet/requirements.txt +++ b/bin/dnet/requirements.txt @@ -1,2 +1,4 @@ toml==0.10.2 -urwid==2.6.15 +typing_extensions==4.15.0 +urwid==3.0.5 +wcwidth==0.6.0