Skip to content

Commit

Permalink
make redhat conversion tool downloadable with Pip
Browse files Browse the repository at this point in the history
  • Loading branch information
jasinner committed Sep 12, 2024
1 parent 0cef5d4 commit b6af3dc
Show file tree
Hide file tree
Showing 5 changed files with 338 additions and 15 deletions.
1 change: 1 addition & 0 deletions tools/redhat/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
redhat_osv.egg-info/
8 changes: 3 additions & 5 deletions tools/redhat/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[packages]
jsonschema = "*"
requests = "*"

[dev-packages]
setuptools = "*"
pylint = "*"
yapf = "*"
yapf = "*"
redhat-osv = {path = "."}
Loading

0 comments on commit b6af3dc

Please sign in to comment.