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