##// END OF EJS Templates
setup: bump max versions of pip package dependencies...
Mads Kiilerich -
r8783:edcd5eaf stable
parent child Browse files
Show More
@@ -1,9 +1,9 b''
1 pytest >= 4.6.6, < 6.3
1 pytest >= 4.6.6, < 8.3
2 pytest-sugar >= 0.9.2, < 0.10
2 pytest-sugar >= 0.9.2, < 1.1
3 pytest-benchmark >= 3.2.2, < 3.3
3 pytest-benchmark >= 3.2.2, < 4.1
4 pytest-localserver >= 0.5.0, < 0.6
4 pytest-localserver >= 0.5.0, < 0.9
5 mock >= 3.0.0, < 4.1
5 mock >= 3.0.0, < 5.2
6 Sphinx >= 1.8.0, < 5.2
6 Sphinx >= 1.8.0, < 5.2
7 WebTest >= 2.0.6, < 2.1
7 WebTest >= 2.0.6, < 3.1
8 isort == 5.1.2
8 isort == 5.13.2
9 pyflakes == 2.2.0
9 pyflakes == 3.2.0
@@ -41,37 +41,37 b' def callback(V):'
41 is_windows = __platform__ in ['Windows']
41 is_windows = __platform__ in ['Windows']
42
42
43 requirements = [
43 requirements = [
44 "alembic >= 1.0.10, < 1.5",
44 "alembic >= 1.0.10, < 1.14",
45 "gearbox >= 0.1.0, < 1",
45 "gearbox >= 0.1.0, < 1",
46 "waitress >= 0.8.8, < 1.5",
46 "waitress >= 0.8.8, < 3.1",
47 "WebOb >= 1.8, < 1.9",
47 "WebOb >= 1.8, < 1.9",
48 "backlash >= 0.1.2, < 1",
48 "backlash >= 0.1.2, < 1",
49 "TurboGears2 >= 2.4, < 2.5",
49 "TurboGears2 >= 2.4, < 2.5",
50 "tgext.routes >= 0.2.0, < 1",
50 "tgext.routes >= 0.2.0, < 1",
51 "Beaker >= 1.10.1, < 2",
51 "Beaker >= 1.10.1, < 2",
52 "WebHelpers2 >= 2.0, < 2.1",
52 "WebHelpers2 >= 2.0, < 2.2",
53 "FormEncode >= 1.3.1, < 2.1",
53 "FormEncode >= 1.3.1, < 2.2",
54 "SQLAlchemy >= 1.2.9, < 1.4",
54 "SQLAlchemy >= 1.2.9, < 1.4",
55 "Mako >= 0.9.1, < 1.2",
55 "Mako >= 0.9.1, < 1.4",
56 "Pygments >= 2.2.0, < 2.7",
56 "Pygments >= 2.2.0, < 2.8",
57 "Whoosh >= 2.7.1, < 2.8",
57 "Whoosh >= 2.7.1, < 2.8",
58 "celery >= 5, < 5.1",
58 "celery >= 5, < 5.5",
59 "Babel >= 1.3, < 2.9",
59 "Babel >= 1.3, < 2.16",
60 "python-dateutil >= 2.1.0, < 2.9",
60 "python-dateutil >= 2.1.0, < 2.10",
61 "Markdown >= 2.2.1, < 3.2",
61 "Markdown >= 2.2.1, < 3.2",
62 "docutils >= 0.11, < 0.17",
62 "docutils >= 0.11, < 0.20",
63 "URLObject >= 2.3.4, < 2.5",
63 "URLObject >= 2.3.4, < 2.5",
64 "Routes >= 2.0, < 2.5",
64 "Routes >= 2.0, < 2.6",
65 "dulwich >= 0.19.0, < 0.20",
65 "dulwich >= 0.19.0, < 0.22",
66 "mercurial >= 5.2, < 6.2",
66 "mercurial >= 5.2, < 6.9",
67 "decorator >= 4.2.1, < 4.5",
67 "decorator >= 4.2.1, < 5.2",
68 "Paste >= 2.0.3, < 3.5",
68 "Paste >= 2.0.3, < 3.11",
69 "bleach >= 3.2, < 4.2",
69 "bleach >= 3.2, < 5",
70 "Click >= 7.0, < 8",
70 "Click >= 7.0, < 8.2",
71 "ipaddr >= 2.2.0, < 2.3",
71 "ipaddr >= 2.2.0, < 2.3",
72 "paginate >= 0.5, < 0.6",
72 "paginate >= 0.5, < 0.6",
73 "paginate_sqlalchemy >= 0.3.0, < 0.4",
73 "paginate_sqlalchemy >= 0.3.0, < 0.4",
74 "bcrypt >= 3.1.0, < 3.2",
74 "bcrypt >= 3.1.0, < 4.2",
75 "pip >= 20.0, < 24.1",
75 "pip >= 20.0, < 24.1",
76 "chardet >= 3",
76 "chardet >= 3",
77 ]
77 ]
General Comments 0
You need to be logged in to leave comments. Login now