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