From f1f2d705f466da0a1584e07e65537e508b389a29 Mon Sep 17 00:00:00 2001 From: Roman Date: Wed, 27 Nov 2024 13:20:51 -0800 Subject: [PATCH] remove ansible --- Cargo.lock | 22 +++++++++++----------- pyproject.toml | 1 - requirements/dev.txt | 3 ++- requirements/prod.txt | 1 - 4 files changed, 13 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9ec49dc..530109f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "Inflector" @@ -1756,9 +1756,9 @@ dependencies = [ [[package]] name = "pyo3" -version = "0.22.3" +version = "0.22.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15ee168e30649f7f234c3d49ef5a7a6cbf5134289bc46c29ff3155fa3221c225" +checksum = "f402062616ab18202ae8319da13fa4279883a2b8a9d9f83f20dbade813ce1884" dependencies = [ "cfg-if", "indoc", @@ -1774,9 +1774,9 @@ dependencies = [ [[package]] name = "pyo3-build-config" -version = "0.22.3" +version = "0.22.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e61cef80755fe9e46bb8a0b8f20752ca7676dcc07a5277d8b7768c6172e529b3" +checksum = "b14b5775b5ff446dd1056212d778012cbe8a0fbffd368029fd9e25b514479c38" dependencies = [ "once_cell", "target-lexicon", @@ -1784,9 +1784,9 @@ dependencies = [ [[package]] name = "pyo3-ffi" -version = "0.22.3" +version = "0.22.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67ce096073ec5405f5ee2b8b31f03a68e02aa10d5d4f565eca04acc41931fa1c" +checksum = "9ab5bcf04a2cdcbb50c7d6105de943f543f9ed92af55818fd17b660390fc8636" dependencies = [ "libc", "pyo3-build-config", @@ -1794,9 +1794,9 @@ dependencies = [ [[package]] name = "pyo3-macros" -version = "0.22.3" +version = "0.22.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2440c6d12bc8f3ae39f1e775266fa5122fd0c8891ce7520fa6048e683ad3de28" +checksum = "0fd24d897903a9e6d80b968368a34e1525aeb719d568dba8b3d4bfa5dc67d453" dependencies = [ "proc-macro2", "pyo3-macros-backend", @@ -1806,9 +1806,9 @@ dependencies = [ [[package]] name = "pyo3-macros-backend" -version = "0.22.3" +version = "0.22.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1be962f0e06da8f8465729ea2cb71a416d2257dff56cbe40a70d3e62a93ae5d1" +checksum = "36c011a03ba1e50152b4b394b479826cad97e7a21eb52df179cd91ac411cbfbe" dependencies = [ "heck", "proc-macro2", diff --git a/pyproject.toml b/pyproject.toml index ccab086..a176c44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,6 @@ dependencies = [ "eth-utils<2.3.0", "password_strength", "cryptography~=43.0.1", - "ansible_vault~=2.1", "munch~=2.5.0", "rich", "py-bip39-bindings==0.1.11", diff --git a/requirements/dev.txt b/requirements/dev.txt index 9fa4df0..f842346 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -17,4 +17,5 @@ ruff==0.4.7 aioresponses==0.7.6 factory-boy==3.3.0 maturin==1.7.0 -py-bip39-bindings==0.1.11 \ No newline at end of file +py-bip39-bindings==0.1.11 +ansible_vault~=2.1 diff --git a/requirements/prod.txt b/requirements/prod.txt index 95ddf2b..38cd8fb 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -4,6 +4,5 @@ eth-utils<2.3.0 substrate-interface~=1.7.9 password_strength cryptography~=43.0.1 -ansible_vault~=2.1 munch~=2.5.0 rich \ No newline at end of file