Skip to content

Commit

Permalink
Use official svd2py package
Browse files Browse the repository at this point in the history
Now that the package has been updated with our changes
  • Loading branch information
emesare committed Nov 13, 2024
1 parent 427ca63 commit 9b3f8dd
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 17 deletions.
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"Linux",
"Windows"
],
"version": "0.1.4",
"version": "0.1.5",
"author": "Vector 35 Inc",
"minimumbinaryninjaversion": 4860
}
22 changes: 9 additions & 13 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "svdmap"
version = "0.1.1"
version = "0.1.5"
description = ""
authors = ["Vector35"]
license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
svd2py = {git = "https://github.com/emesare/svd2py"}
svd2py = "1.0.2"

[build-system]
requires = ["poetry-core"]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
click==8.1.7 ; python_version >= "3.9" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" and platform_system == "Windows"
pyyaml==6.0.2 ; python_version >= "3.9" and python_version < "4.0"
svd2py @ git+https://github.com/emesare/svd2py@18d1f7d372d39bb4935db7f995ce0b191bff682b ; python_version >= "3.9" and python_version < "4.0"
svd2py==1.0.2 ; python_version >= "3.9" and python_version < "4.0"

0 comments on commit 9b3f8dd

Please sign in to comment.