##// END OF EJS Templates
setup: set explicit minimum version for all dependencies...
Mads Kiilerich -
r7816:8e0efe7b default
parent child Browse files
Show More
@@ -2,7 +2,7 b' pytest >= 4.6.6, < 4.7'
2 pytest-sugar >= 0.9.2, < 0.10
2 pytest-sugar >= 0.9.2, < 0.10
3 pytest-benchmark >= 3.2.2, < 3.3
3 pytest-benchmark >= 3.2.2, < 3.3
4 pytest-localserver >= 0.5.0, < 0.6
4 pytest-localserver >= 0.5.0, < 0.6
5 mock < 3.1
5 mock >= 3.0.0, < 3.1
6 Sphinx < 1.9
6 Sphinx >= 1.8.0, < 1.9
7 WebTest < 2.1
7 WebTest >= 2.0.3, < 2.1
8 isort == 4.3.21
8 isort == 4.3.21
@@ -41,7 +41,7 b" is_windows = __platform__ in ['Windows']"
41
41
42 requirements = [
42 requirements = [
43 "alembic >= 0.8.0, < 1.1",
43 "alembic >= 0.8.0, < 1.1",
44 "gearbox < 1",
44 "gearbox >= 0.1.0, < 1",
45 "waitress >= 0.8.8, < 1.4",
45 "waitress >= 0.8.8, < 1.4",
46 "WebOb >= 1.7, < 1.9",
46 "WebOb >= 1.7, < 1.9",
47 "backlash >= 0.1.2, < 1",
47 "backlash >= 0.1.2, < 1",
General Comments 0
You need to be logged in to leave comments. Login now