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