Marco Ricci commited on 2024-10-03 13:40:52
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
This was forgotten while adding Python 3.9 support.
... | ... |
@@ -35,7 +35,7 @@ $ pip install "derivepassphrase[export]" |
35 | 35 |
### Manually |
36 | 36 |
|
37 | 37 |
`derivepassphrase` is a pure Python package, and may be easily installed manually by placing the respective files and the package's dependencies into Python's import path. |
38 |
-`derivepassphrase` requires Python 3.10 or higher as well as the [typing-extensions package][TYPING_EXTENSIONS] for its core functionality and programmatic interface, and [`click`][CLICK] 8.1 or higher for its command-line interface. |
|
38 |
+`derivepassphrase` requires Python 3.9 or higher as well as the [typing-extensions package][TYPING_EXTENSIONS] for its core functionality and programmatic interface, and [`click`][CLICK] 8.1 or higher for its command-line interface. |
|
39 | 39 |
Using the `export vault` subcommand additionally requires the [cryptography package][CRYPTOGRAPHY], version 38.0 or newer. |
40 | 40 |
|
41 | 41 |
[TYPING_EXTENSIONS]: https://pypi.org/project/typing-extensions/ |
42 | 42 |