Skip to content

Commit

Permalink
Merge pull request #77 from opentensor/feat/roman/remove-ansible
Browse files Browse the repository at this point in the history
remove ansible
  • Loading branch information
roman-opentensor authored Nov 27, 2024
2 parents 7143cfe + cd04388 commit 6ebb39b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -75,4 +74,5 @@ dev = [
"factory-boy==3.3.0",
"maturin==1.7.0",
"py-bip39-bindings==0.1.11",
"ansible_vault~=2.1"
]
3 changes: 2 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
py-bip39-bindings==0.1.11
ansible_vault~=2.1
1 change: 0 additions & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6ebb39b

Please sign in to comment.