Skip to content

Commit

Permalink
depend on binaryornot
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed May 24, 2017
1 parent c4abc40 commit 9fcda40
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Expand Up @@ -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/*',
Expand Down

0 comments on commit 9fcda40

Please sign in to comment.