Show More
@@ -13,5 +13,6 b' dulwich>=0.8.5,<0.9.0' | |||||
13 | webob==1.0.8 |
|
13 | webob==1.0.8 | |
14 | markdown==2.1.1 |
|
14 | markdown==2.1.1 | |
15 | docutils==0.8.1 |
|
15 | docutils==0.8.1 | |
|
16 | simplejson==2.5.2 | |||
16 | py-bcrypt |
|
17 | py-bcrypt | |
17 |
mercurial>=2.2. |
|
18 | mercurial>=2.2.2,<2.3 No newline at end of file |
@@ -72,10 +72,10 b' if __py_version__ < (2, 6):' | |||||
72 | requirements.append("pysqlite") |
|
72 | requirements.append("pysqlite") | |
73 |
|
73 | |||
74 | if is_windows: |
|
74 | if is_windows: | |
75 |
requirements.append("mercurial>=2.2. |
|
75 | requirements.append("mercurial>=2.2.2,<2.3") | |
76 | else: |
|
76 | else: | |
77 | requirements.append("py-bcrypt") |
|
77 | requirements.append("py-bcrypt") | |
78 |
requirements.append("mercurial>=2.2. |
|
78 | requirements.append("mercurial>=2.2.2,<2.3") | |
79 |
|
79 | |||
80 |
|
80 | |||
81 | def get_version(): |
|
81 | def get_version(): |
General Comments 0
You need to be logged in to leave comments.
Login now