|
1 | | -coveralls<2.0; python_version < '3.5' |
2 | | -coveralls>=2.0; python_version >= '3.5' |
3 | | -flake8<3.6.0; python_version == '3.3' |
4 | | -flake8>=3.7.0,<3.8.0; python_version != '3.3' |
| 1 | +coveralls>=2.0 |
| 2 | +flake8>=3.7.0,<3.8.0 |
5 | 3 | flake8-coding |
6 | 4 | flake8-future-import<0.4.6 |
7 | | -flake8-import-order; python_version > '3.3' |
8 | | -flake8-import-order<=1.18.1; python_version <= '3.3' |
| 5 | +flake8-import-order |
9 | 6 | # transitive dependency of Sphinx |
10 | 7 | # added f-strings in 2.x, but it's not worth doing a whole suite of version markers |
11 | 8 | MarkupSafe<2.0 |
12 | | -pytest<3.3; python_version == '3.3' |
13 | | -pytest>=4.6,<4.7; python_version != '3.3' |
14 | | -pytest-vcr==1.0.2; python_version != '3.3' |
15 | | -pytest-vcr==0.3.0; python_version == '3.3' |
16 | | -PyYAML<5.1; python_version == '3.3' |
17 | | -PyYAML<5.3; python_version == '3.4' |
| 9 | +pytest>=4.6,<4.7 |
| 10 | +pytest-vcr==1.0.2 |
18 | 11 | requests-mock==1.9.1 |
19 | | -setuptools<40.0; python_version == '3.3' |
20 | | -# use Sphinx 3.x until dev begins on Sopel 8 and we drop the dead snakes |
21 | | -sphinx<4.0 |
22 | | -# autoprogram extension added type annotations in 0.1.6 |
23 | | -# such annotations require Python 3.5 |
24 | | -sphinxcontrib-autoprogram<0.1.6; python_version < '3.5' |
| 12 | +sphinx |
25 | 13 | # further constrain autoprogram version because the new (in 2021) maintainer |
26 | 14 | # already demonstrated a willingness to make major changes in patch versions |
27 | | -sphinxcontrib-autoprogram<=0.1.7; python_version >= '3.5' |
28 | | -vcrpy==2.1.1; python_version == '2.7' |
29 | | -vcrpy<1.12.0; python_version == '3.3' |
30 | | -vcrpy<2.1.0; python_version == '3.4' |
31 | | -vcrpy<3.0.0; python_version >= '3.5' |
| 15 | +sphinxcontrib-autoprogram<=0.1.7 |
| 16 | +vcrpy<3.0.0 |
0 commit comments