From 53bb85b912dd75d5b3c6cb854effa042f9462d78 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Sun, 2 Jul 2023 15:21:07 +0200 Subject: [PATCH] readme: Add missing requirements Synchronize dependencies with pyproject.toml I am not fan of maintaining two lists Done for the sake of completion --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e8cf6a6..82ed31e 100644 --- a/README.md +++ b/README.md @@ -34,12 +34,14 @@ It is currently used by following programs: ## Requirements - Python >= 3.8.0 +- [graphql-core](https://pypi.org/project/graphql-core) - [websocket-client](https://pypi.org/project/websocket-client) - [jsonschema](https://pypi.org/project/jsonschema) - [pyPEG2](https://pypi.org/project/pyPEG2) - [base58](https://pypi.org/project/base58) - [libnacl](https://pypi.org/project/libnacl) - [pyaes](https://pypi.org/project/pyaes) +- [mnemonic](https://pypi.org/project/mnemonic) ## Installation -- GitLab