Skip to content

Commit

Permalink
add dynamic requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick Tournier committed Jun 10, 2024
1 parent 16830b1 commit b40e4fa
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,7 @@ classifiers=[
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent"
]
dependencies = [
"requests",
"rich",
"argparse",
"tomli",
"pandas",
"numpy",
"scipy",
"lief",
"scikit-learn",
]
dynamic = ["dependencies"]
keywords = ["reverse", "engineering", "reveng.ai", "reveng", "machine", "learning", "binary", "analysis", "ml", "ai", "vector", "embedding"]
requires-python = ">=3.7"
license = {file = "LICENSE"}
Expand All @@ -32,6 +22,9 @@ maintainers = [
{name = "James Patrick-Evans", email = "[email protected]"},
]

[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt",]}

[project.urls]
"Homepage" = "https://github.com/RevEng-AI/reait"
"Bug Tracker" = "https://github.com/RevEng-AI/reait/issues"
Expand Down

0 comments on commit b40e4fa

Please sign in to comment.