Commit 60122d5
Remove hypothesis from setup.
Currently when we pip install axelrod we also install hypothesis.
This is however only used for development. I've added a tweak to the
setup.py file to just remove it from the read in requirements.
I don't think we need to adjust the contributing documentation as `pip
install -r requirements` will still install hypothesis.1 parent a16b609 commit 60122d5
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
16 | | - | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
| |||
0 commit comments