Skip to content

Commit

Permalink
Merge pull request #4 from lockbox/3-create-requirementstxt
Browse files Browse the repository at this point in the history
3 create requirements.txt
  • Loading branch information
lockbox authored Mar 1, 2023
2 parents 594ab62 + 7bbef85 commit 0c17a32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ This plugin requires the following minimum version of Binary Ninja:

The following dependencies are required for this plugin:

* pip - SQLAlchemy==2.0.1
* pip - SQLAlchemy>=2.0.1
* apt - clang
* installers -
* other -
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"Windows": ""
},
"dependencies": {
"pip": ["SQLAlchemy==2.0.1"],
"pip": ["SQLAlchemy>=2.0.0"],
"apt": ["clang"],
"installers": [],
"other": []
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SQLAlchemy>=2.0.0

0 comments on commit 0c17a32

Please sign in to comment.