Skip to content

Commit

Permalink
Merge pull request #252 from ligangty/main
Browse files Browse the repository at this point in the history
Add dependencies in setup.py
  • Loading branch information
ligangty authored Jul 9, 2024
2 parents 89161e8 + 5733f93 commit 97c2af1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,18 @@
entry_points={
"console_scripts": ["charon = charon.cmd:cli"],
},
install_requires=[
"Jinja2>=3.1.4",
"boto3>=1.28.46",
"botocore>=1.31.46",
"click>=8.1.7",
"requests>=2.31.0",
"PyYAML>=6.0.1",
"defusedxml>=0.7.1",
"subresource-integrity>=0.2",
"jsonschema>=4.19.0",
"urllib3>=1.26.18",
"semantic-version>=2.10.0",
"setuptools>=70.0.0",
],
)

0 comments on commit 97c2af1

Please sign in to comment.