Skip to content

Commit

Permalink
minor+bump: listed the dependencies using install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
0x48piraj committed May 1, 2021
1 parent ebb70b2 commit 21fb39e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
],
packages=find_packages(),
include_package_data=True,
install_requires=["requests", "beautifulsoup4", "packaging"],
entry_points={"console_scripts": ["jiraffe=jiraffe.__main__:main"]},
)

0 comments on commit 21fb39e

Please sign in to comment.