Marco Ricci commited on 2025-01-07 23:27:39
Zeige 1 geänderte Dateien mit 4 Einfügungen und 0 Löschungen.
... | ... |
@@ -36,10 +36,14 @@ $ pip install "derivepassphrase[export]" |
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 | 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 |
+On Python 3.9 and 3.10 only, `derivepassphrase` additionally requires the [tomli package][TOMLI]. |
|
39 | 40 |
Using the `export vault` subcommand additionally requires the [cryptography package][CRYPTOGRAPHY], version 38.0 or newer. |
40 | 41 |
|
42 |
+`derivepassphrase` works just fine on PyPy. |
|
43 |
+ |
|
41 | 44 |
[TYPING_EXTENSIONS]: https://pypi.org/project/typing-extensions/ |
42 | 45 |
[CLICK]: https://pypi.org/project/click/ |
46 |
+[TOMLI]: https://pypi.org/project/tomli/ |
|
43 | 47 |
[CRYPTOGRAPHY]: https://pypi.org/project/cryptography/ |
44 | 48 |
|
45 | 49 |
## Quick Usage |
46 | 50 |