File: compat-requirements.txt

package info (click to toggle)
python-rjsmin 1.2.5%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,256 kB
  • sloc: javascript: 8,503; python: 5,315; ansic: 821; sh: 100; makefile: 19
file content (80 lines) | stat: -rw-r--r-- 2,636 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# Compat requirements

# Packaging
pip ~= 25.0.1; python_version == "3.8"
pip ~= 24.0.0; python_version == "3.7"
pip ~= 21.3.1; python_version == "3.6"
pip ~= 20.2.4; python_version == "2.7"

setuptools == 75.3.0; python_version == "3.8"
setuptools == 68.0.0; python_version == "3.7"
setuptools == 59.6.0; python_version == "3.6"
setuptools == 44.0.0; python_version == "2.7"

build ~= 1.2.2; python_version == "3.8"
build ~= 1.1.1; python_version == "3.7"
build ~= 0.9.0; python_version == "3.6"
build ~= 0.5.1; python_version == "2.7"

twine == 6.1.0; python_version == "3.8"
twine == 4.0.2; python_version == "3.7"
twine == 3.8.0; python_version == "3.6"
twine == 1.15.0; python_version == "2.7"

# Testing
tox >= 4.5.1.1, <= 4.30.3; python_version == "3.9"
tox >= 4.5.1.1, <= 4.25.0; python_version == "3.8"
tox >= 4.5.1.1, <= 4.8.0; python_version == "3.7"
tox ~= 3.25.1; python_version == "3.6"

# Checking
pylint == 3.2.7; python_version == "3.8"
pylint == 2.17.7; python_version == "3.7"
pylint == 2.13.9; python_version == "3.6"
pylint == 1.9.5; python_version == "2.7"

astroid == 3.2.4; python_version == "3.8"
astroid == 2.15.8; python_version == "3.7"
astroid == 2.11.7; python_version == "3.6"
astroid == 1.6.6; python_version == "2.7"

flake8 == 7.1.2; python_version == "3.8"
flake8 == 5.0.4; python_version >= "3.6" and python_version < "3.8"
flake8 == 3.9.2; python_version == "2.7"

black[colorama] == 24.8.0; python_version == "3.8"
black[colorama] == 23.3.0; python_version == "3.7"
black[colorama] == 22.8.0; python_full_version >= "3.6.2" and python_version < "3.7"

isort[colors] == 6.1.0; python_version == "3.9"
isort[colors] == 5.13.2; python_version == "3.8"
isort[colors] == 5.11.5; python_version == "3.7"
isort[colors] == 5.10.1; python_full_version >= "3.6.1" and python_version < "3.7"

# mypy == 1.14.1 ; python_version == "3.8"
# mypy == 1.4.1; python_version == "3.7"
# mypy == 0.971; python_version == "3.6"

# Management
invoke == 1.6.0; python_version == "2.7"

# IPython
ipython >= 7.10, < 7.17; python_version == "3.6"
jedi < 0.18.0; python_version == "3.6"
traitlets < 5.0; python_version == "3.6"

ipython < 6.0; python_version == "2.7"
jedi < 0.18.0; python_version == "2.7"
traitlets < 5.0; python_version == "2.7"
decorator < 5.0; python_version == "2.7"

Sphinx ~= 8.1.3; python_version == "3.10"
Sphinx ~= 7.4.7; python_version == "3.9"
Sphinx ~= 7.1.2; python_version == "3.8"
Sphinx ~= 5.3.0; python_version == "3.7"
Sphinx ~= 5.3.0; python_version == "3.6"


# tox / venv; python <= 3.7 support
virtualenv <= 20.16.2; python_version < "3.8"
virtualenv < 20.22; python_version >= "3.8"