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