We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ae7eb commit 5ee8118Copy full SHA for 5ee8118
setup.py
@@ -22,7 +22,7 @@
22
packages=find_packages(exclude=['docs', 'test', 'test.*']),
23
install_requires=[
24
"six==1.10.0",
25
- "mock==2.0.0",
+ "mock>=2.0.0",
26
"sqlalchemy-utils==0.32.4",
27
"pyyaml==3.11",
28
],
0 commit comments