Skip to content

Commit 9fcda40

Browse files
committed
depend on binaryornot
1 parent c4abc40 commit 9fcda40

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

setup.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@
1313
],
1414
},
1515
packages=find_packages(exclude=['tests*']),
16-
install_requires=['flask', 'pillow', 'requests', 'PyGithub==1.25.2'],
16+
install_requires=[
17+
'binaryornot',
18+
'flask',
19+
'pillow',
20+
'requests',
21+
'PyGithub==1.25.2'
22+
],
1723
include_package_data=True,
1824
package_data = {
1925
'static': 'webdiff/static/*',

0 commit comments

Comments
 (0)