From 84ad3d4d75816e5c6e1e0bd5033e6873ed790bc7 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Tue, 4 Jun 2024 05:01:48 +0300 Subject: [PATCH] docs --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 3 +-- requirements.txt | 4 +++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 26c4811..3f933b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -366,7 +366,7 @@ checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" [[package]] name = "zeroize" -version = "0.1.7" +version = "0.1.8" dependencies = [ "numpy", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index 4330cad..0a56be9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zeroize" -version = "0.1.7" +version = "0.1.8" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index be4aace..63b55b2 100644 --- a/README.md +++ b/README.md @@ -170,8 +170,7 @@ This is usually done by running one of the following (note the leading DOT): ``` python -m venv .env source .env/bin/activate -pip install maturin -pip install numpy +pip install -r requirements.txt maturin develop python examples/lock_and_zeroize.py python examples/zeroize_before_fork.py diff --git a/requirements.txt b/requirements.txt index 144b093..ca57605 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,3 @@ -numpy>=1.21.0 +maturin +numpy +pytest \ No newline at end of file