From 21fb39e5e885f312eba8e5b8dac1b3c2978cd78d Mon Sep 17 00:00:00 2001 From: Piyush Raj Date: Sat, 1 May 2021 14:57:17 +0530 Subject: [PATCH] minor+bump: listed the dependencies using install_requires --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index bd153ec..423b662 100644 --- a/setup.py +++ b/setup.py @@ -32,5 +32,6 @@ ], packages=find_packages(), include_package_data=True, + install_requires=["requests", "beautifulsoup4", "packaging"], entry_points={"console_scripts": ["jiraffe=jiraffe.__main__:main"]}, ) \ No newline at end of file