Przeglądaj źródła

dnet: update requirements and Python version in README

brid 5 miesięcy temu
rodzic
commit
53757cbe08
2 zmienionych plików z 4 dodań i 2 usunięć
  1. 1 1
      bin/dnet/README.md
  2. 3 1
      bin/dnet/requirements.txt

+ 1 - 1
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

+ 3 - 1
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