Show More
@@ -61,10 +61,10 if sys.version_info < (2, 7): | |||
|
61 | 61 | requirements.append("argparse") |
|
62 | 62 | |
|
63 | 63 | if is_windows: |
|
64 |
requirements.append("mercurial==2. |
|
|
64 | requirements.append("mercurial==2.5.1") | |
|
65 | 65 | else: |
|
66 | 66 | requirements.append("py-bcrypt") |
|
67 |
requirements.append("mercurial==2. |
|
|
67 | requirements.append("mercurial==2.5.1") | |
|
68 | 68 | |
|
69 | 69 | |
|
70 | 70 | dependency_links = [ |
General Comments 0
You need to be logged in to leave comments.
Login now