@@ -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
@@ -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