Skip to content

Commit 31ac3c1

Browse files
authored
Merge pull request #14 from shaymargolis/fix-unicorn-broken
setup: Require unicorn 2.0, something broke
2 parents 4f53261 + 9c835da commit 31ac3c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
version="0.1",
77
packages=find_packages(),
88
install_requires=[
9-
'unicorn',
9+
'unicorn>=2.0,<2.1',
1010
'pytest',
1111
],
1212
package_data={

0 commit comments

Comments
 (0)