Skip to content

Commit

Permalink
update stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Fehrs committed Apr 24, 2024
1 parent 67e404b commit e6a82ab
Show file tree
Hide file tree
Showing 5 changed files with 256 additions and 237 deletions.
3 changes: 2 additions & 1 deletion node-runner-cli/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.python-version
junit
htmlcov
coverage.xml
coverage.xml
.pytest_cache
17 changes: 9 additions & 8 deletions node-runner-cli/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,20 @@ verify_ssl = true
name = "pypi"

[packages]
responses= "==0.23.3"
responses= "==0.25.0"
requests = "==2.31.0"
PyYAML = "==6.0.0"
deepmerge = "==0.3.0"
PyYAML = "==6.0.1"
deepmerge = "==1.1.1"
bech32 = "==1.2.0"
ecdsa = "==0.17.0"
ecdsa = "==0.19.0"
pyopenssl = "==23.2.0"
deepdiff = "==5.8.0"
Jinja2 = "==3.1.2"
deepdiff = "==7.0.1"
Jinja2 = "==3.1.3"
boto3 = "==1.20.33"
botocore = "==1.23.33"
pytest = "==7.4.0"
botocore = "==1.20.33"
pytest = "==8.1.1"
radix-engine-toolkit = "==0.12.1.dev3"
cryptography = "==41.0.7"

[requires]
python_version = "3.10.6"
Loading

0 comments on commit e6a82ab

Please sign in to comment.