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