dnet: update requirements and Python version in README

This commit is contained in:
brid
2026-03-02 10:55:05 +01:00
parent 4a7807cc21
commit 53757cbe08
2 changed files with 4 additions and 2 deletions

View File

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

View File

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