We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f53261 + 9c835da commit 31ac3c1Copy full SHA for 31ac3c1
1 file changed
setup.py
@@ -6,7 +6,7 @@
6
version="0.1",
7
packages=find_packages(),
8
install_requires=[
9
- 'unicorn',
+ 'unicorn>=2.0,<2.1',
10
'pytest',
11
],
12
package_data={
0 commit comments