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