diff --git a/setup.py b/setup.py index a7bf224..330d565 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,13 @@ ], }, packages=find_packages(exclude=['tests*']), - install_requires=['flask', 'pillow', 'requests', 'PyGithub==1.25.2'], + install_requires=[ + 'binaryornot', + 'flask', + 'pillow', + 'requests', + 'PyGithub==1.25.2' + ], include_package_data=True, package_data = { 'static': 'webdiff/static/*',