Skip to content

Commit

Permalink
Strictly pin hypothesis version
Browse files Browse the repository at this point in the history
We have to, since the stateful module relies on a dangerous copy-paste
  • Loading branch information
vxgmichel committed Feb 5, 2019
1 parent 0f8cc6c commit 9c51542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
author_email="[email protected]",
license="MIT -or- Apache License 2.0",
packages=find_packages(),
install_requires=["trio"],
install_requires=["trio", "hypothesis~=4.0"],
keywords=[
'async',
'hypothesis',
Expand Down

0 comments on commit 9c51542

Please sign in to comment.