1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
setuptools
Paste >= 1.6
dulwich; python_version > "3.5"
dulwich <= 0.20.25; python_version <= "3.5"
testtools
breezy >= 3.1; python_version > "3.5"
breezy >= 3.1, < 3.2; python_version <= "3.5"
bleach; python_version > "3.5"
bleach < 4.0.0; python_version <= "3.5"
packaging < 21.0; python_version <= "3.5"
Pygments < 2.12; python_version <= "3.5"
Pygments; python_version > "3.5"
certifi < 2022.5.18; python_version <= "3.5"
fixtures < 4.0.0; python_version <= "3.5"
patiencediff < 0.2.3; python_version <= "3.5"
|