Skip to content

Commit 3eae312

Browse files
committed
Add expected output for Python 3.9 on Windows
1 parent b396f5d commit 3eae312

File tree

3 files changed

+561
-0
lines changed

3 files changed

+561
-0
lines changed
Lines changed: 253 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,253 @@
1+
repo_helper==2020.12.18
2+
├── apeye>=0.4.0
3+
│ ├── appdirs>=1.4.4
4+
│ ├── cachecontrol[filecache]>=0.12.6
5+
│ │ ├── requests
6+
│ │ │ ├── chardet<5,>=3.0.2
7+
│ │ │ ├── idna<3,>=2.5
8+
│ │ │ ├── urllib3<1.27,>=1.21.1
9+
│ │ │ └── certifi>=2017.4.17
10+
│ │ ├── msgpack>=0.5.2
11+
│ │ └── lockfile>=0.9; extra == "filecache"
12+
│ ├── domdf-python-tools>=0.9.0
13+
│ │ ├── colorama>=0.4.3
14+
│ │ ├── deprecation>=2.1.0
15+
│ │ │ └── packaging
16+
│ │ │ └── pyparsing>=2.0.2
17+
│ │ ├── natsort>=7.1.0
18+
│ │ ├── packaging>=20.4
19+
│ │ │ └── pyparsing>=2.0.2
20+
│ │ ├── pydash>=4.7.4
21+
│ │ └── typing-extensions>=3.7.4.3
22+
│ ├── lockfile>=0.12.2
23+
│ ├── requests>=2.24.0
24+
│ │ ├── chardet<5,>=3.0.2
25+
│ │ ├── idna<3,>=2.5
26+
│ │ ├── urllib3<1.27,>=1.21.1
27+
│ │ └── certifi>=2017.4.17
28+
│ └── tldextract>=2.2.0
29+
│ ├── idna
30+
│ ├── requests>=2.1.0
31+
│ │ ├── chardet<5,>=3.0.2
32+
│ │ ├── idna<3,>=2.5
33+
│ │ ├── urllib3<1.27,>=1.21.1
34+
│ │ └── certifi>=2017.4.17
35+
│ ├── requests-file>=1.4
36+
│ │ ├── requests>=1.0.0
37+
│ │ │ ├── chardet<5,>=3.0.2
38+
│ │ │ ├── idna<3,>=2.5
39+
│ │ │ ├── urllib3<1.27,>=1.21.1
40+
│ │ │ └── certifi>=2017.4.17
41+
│ │ └── six
42+
│ └── filelock>=3.0.8
43+
├── attrs>=20.2.0
44+
├── click==7.1.2
45+
├── configconfig>=0.4.0
46+
│ ├── domdf-python-tools>=0.10.0
47+
│ │ ├── colorama>=0.4.3
48+
│ │ ├── deprecation>=2.1.0
49+
│ │ │ └── packaging
50+
│ │ │ └── pyparsing>=2.0.2
51+
│ │ ├── natsort>=7.1.0
52+
│ │ ├── packaging>=20.4
53+
│ │ │ └── pyparsing>=2.0.2
54+
│ │ ├── pydash>=4.7.4
55+
│ │ └── typing-extensions>=3.7.4.3
56+
│ ├── jsonschema>=3.2.0
57+
│ │ ├── attrs>=17.4.0
58+
│ │ ├── pyrsistent>=0.14.0
59+
│ │ ├── setuptools
60+
│ │ └── six>=1.11.0
61+
│ ├── ruamel.yaml>=0.16.12
62+
│ ├── typing-extensions>=3.7.4.3
63+
│ └── typing-inspect>=0.6.0
64+
│ ├── mypy-extensions>=0.3.0
65+
│ └── typing-extensions>=3.7.4
66+
├── consolekit>=0.5.0
67+
│ ├── click>=7.1.2
68+
│ ├── colorama>=0.4.3
69+
│ ├── domdf-python-tools>=1.3.0
70+
│ │ ├── colorama>=0.4.3
71+
│ │ ├── deprecation>=2.1.0
72+
│ │ │ └── packaging
73+
│ │ │ └── pyparsing>=2.0.2
74+
│ │ ├── natsort>=7.1.0
75+
│ │ ├── packaging>=20.4
76+
│ │ │ └── pyparsing>=2.0.2
77+
│ │ ├── pydash>=4.7.4
78+
│ │ └── typing-extensions>=3.7.4.3
79+
│ └── typing-extensions>=3.7.4.3
80+
├── css-parser==1.0.6
81+
├── domdf-python-tools>=1.8.0
82+
│ ├── colorama>=0.4.3
83+
│ ├── deprecation>=2.1.0
84+
│ │ └── packaging
85+
│ │ └── pyparsing>=2.0.2
86+
│ ├── natsort>=7.1.0
87+
│ ├── packaging>=20.4
88+
│ │ └── pyparsing>=2.0.2
89+
│ ├── pydash>=4.7.4
90+
│ └── typing-extensions>=3.7.4.3
91+
├── dulwich>=0.19.16
92+
│ ├── urllib3>=1.24.1
93+
│ └── certifi
94+
├── email-validator==1.1.2
95+
│ ├── idna>=2.0.0
96+
│ └── dnspython>=1.15.0
97+
├── isort>=5.0.0
98+
├── jinja2>=2.11.2
99+
│ └── MarkupSafe>=0.23
100+
├── natsort>=7.1.0
101+
├── packaging>=20.4
102+
│ └── pyparsing>=2.0.2
103+
├── pre-commit>=2.7.1
104+
│ ├── cfgv>=2.0.0
105+
│ ├── identify>=1.0.0
106+
│ ├── nodeenv>=0.11.1
107+
│ ├── pyyaml>=5.1
108+
│ ├── toml
109+
│ └── virtualenv>=20.0.8
110+
│ ├── appdirs<2,>=1.4.3
111+
│ ├── distlib<1,>=0.3.1
112+
│ ├── filelock<4,>=3.0.0
113+
│ └── six<2,>=1.9.0
114+
├── requests>=2.25.0
115+
│ ├── chardet<5,>=3.0.2
116+
│ ├── idna<3,>=2.5
117+
│ ├── urllib3<1.27,>=1.21.1
118+
│ └── certifi>=2017.4.17
119+
├── ruamel-yaml>=0.16.12
120+
├── shippinglabel>=0.8.0
121+
│ ├── apeye>=0.4.0
122+
│ │ ├── appdirs>=1.4.4
123+
│ │ ├── cachecontrol[filecache]>=0.12.6
124+
│ │ │ ├── requests
125+
│ │ │ │ ├── chardet<5,>=3.0.2
126+
│ │ │ │ ├── idna<3,>=2.5
127+
│ │ │ │ ├── urllib3<1.27,>=1.21.1
128+
│ │ │ │ └── certifi>=2017.4.17
129+
│ │ │ ├── msgpack>=0.5.2
130+
│ │ │ └── lockfile>=0.9; extra == "filecache"
131+
│ │ ├── domdf-python-tools>=0.9.0
132+
│ │ │ ├── colorama>=0.4.3
133+
│ │ │ ├── deprecation>=2.1.0
134+
│ │ │ │ └── packaging
135+
│ │ │ │ └── pyparsing>=2.0.2
136+
│ │ │ ├── natsort>=7.1.0
137+
│ │ │ ├── packaging>=20.4
138+
│ │ │ │ └── pyparsing>=2.0.2
139+
│ │ │ ├── pydash>=4.7.4
140+
│ │ │ └── typing-extensions>=3.7.4.3
141+
│ │ ├── lockfile>=0.12.2
142+
│ │ ├── requests>=2.24.0
143+
│ │ │ ├── chardet<5,>=3.0.2
144+
│ │ │ ├── idna<3,>=2.5
145+
│ │ │ ├── urllib3<1.27,>=1.21.1
146+
│ │ │ └── certifi>=2017.4.17
147+
│ │ └── tldextract>=2.2.0
148+
│ │ ├── idna
149+
│ │ ├── requests>=2.1.0
150+
│ │ │ ├── chardet<5,>=3.0.2
151+
│ │ │ ├── idna<3,>=2.5
152+
│ │ │ ├── urllib3<1.27,>=1.21.1
153+
│ │ │ └── certifi>=2017.4.17
154+
│ │ ├── requests-file>=1.4
155+
│ │ │ ├── requests>=1.0.0
156+
│ │ │ │ ├── chardet<5,>=3.0.2
157+
│ │ │ │ ├── idna<3,>=2.5
158+
│ │ │ │ ├── urllib3<1.27,>=1.21.1
159+
│ │ │ │ └── certifi>=2017.4.17
160+
│ │ │ └── six
161+
│ │ └── filelock>=3.0.8
162+
│ ├── appdirs>=1.4.4
163+
│ ├── consolekit>=0.1.2
164+
│ │ ├── click>=7.1.2
165+
│ │ ├── colorama>=0.4.3
166+
│ │ ├── domdf-python-tools>=1.3.0
167+
│ │ │ ├── colorama>=0.4.3
168+
│ │ │ ├── deprecation>=2.1.0
169+
│ │ │ │ └── packaging
170+
│ │ │ │ └── pyparsing>=2.0.2
171+
│ │ │ ├── natsort>=7.1.0
172+
│ │ │ ├── packaging>=20.4
173+
│ │ │ │ └── pyparsing>=2.0.2
174+
│ │ │ ├── pydash>=4.7.4
175+
│ │ │ └── typing-extensions>=3.7.4.3
176+
│ │ └── typing-extensions>=3.7.4.3
177+
│ ├── domdf-python-tools>=1.8.0
178+
│ │ ├── colorama>=0.4.3
179+
│ │ ├── deprecation>=2.1.0
180+
│ │ │ └── packaging
181+
│ │ │ └── pyparsing>=2.0.2
182+
│ │ ├── natsort>=7.1.0
183+
│ │ ├── packaging>=20.4
184+
│ │ │ └── pyparsing>=2.0.2
185+
│ │ ├── pydash>=4.7.4
186+
│ │ └── typing-extensions>=3.7.4.3
187+
│ ├── packaging>=20.7
188+
│ │ └── pyparsing>=2.0.2
189+
│ ├── trove-classifiers>=2020.10.21
190+
│ └── typing-extensions>=3.7.4.3
191+
├── southwark>=0.6.0
192+
│ ├── click>=7.1.2
193+
│ ├── consolekit>=0.1.2
194+
│ │ ├── click>=7.1.2
195+
│ │ ├── colorama>=0.4.3
196+
│ │ ├── domdf-python-tools>=1.3.0
197+
│ │ │ ├── colorama>=0.4.3
198+
│ │ │ ├── deprecation>=2.1.0
199+
│ │ │ │ └── packaging
200+
│ │ │ │ └── pyparsing>=2.0.2
201+
│ │ │ ├── natsort>=7.1.0
202+
│ │ │ ├── packaging>=20.4
203+
│ │ │ │ └── pyparsing>=2.0.2
204+
│ │ │ ├── pydash>=4.7.4
205+
│ │ │ └── typing-extensions>=3.7.4.3
206+
│ │ └── typing-extensions>=3.7.4.3
207+
│ ├── domdf-python-tools>=1.3.0
208+
│ │ ├── colorama>=0.4.3
209+
│ │ ├── deprecation>=2.1.0
210+
│ │ │ └── packaging
211+
│ │ │ └── pyparsing>=2.0.2
212+
│ │ ├── natsort>=7.1.0
213+
│ │ ├── packaging>=20.4
214+
│ │ │ └── pyparsing>=2.0.2
215+
│ │ ├── pydash>=4.7.4
216+
│ │ └── typing-extensions>=3.7.4.3
217+
│ ├── dulwich!=0.20.7,!=0.20.8,!=0.20.9,>=0.20.5
218+
│ │ ├── urllib3>=1.24.1
219+
│ │ └── certifi
220+
│ ├── filelock>=3.0.12
221+
│ └── typing-extensions>=3.7.4.3
222+
├── tomlkit>=0.7.0
223+
├── typing-extensions>=3.7.4.3
224+
└── yapf-isort>=0.5.2
225+
├── asttokens>=2.0.4
226+
│ └── six
227+
├── click>=7.1.2
228+
├── consolekit>=0.3.0
229+
│ ├── click>=7.1.2
230+
│ ├── colorama>=0.4.3
231+
│ ├── domdf-python-tools>=1.3.0
232+
│ │ ├── colorama>=0.4.3
233+
│ │ ├── deprecation>=2.1.0
234+
│ │ │ └── packaging
235+
│ │ │ └── pyparsing>=2.0.2
236+
│ │ ├── natsort>=7.1.0
237+
│ │ ├── packaging>=20.4
238+
│ │ │ └── pyparsing>=2.0.2
239+
│ │ ├── pydash>=4.7.4
240+
│ │ └── typing-extensions>=3.7.4.3
241+
│ └── typing-extensions>=3.7.4.3
242+
├── domdf-python-tools>=0.10.0
243+
│ ├── colorama>=0.4.3
244+
│ ├── deprecation>=2.1.0
245+
│ │ └── packaging
246+
│ │ └── pyparsing>=2.0.2
247+
│ ├── natsort>=7.1.0
248+
│ ├── packaging>=20.4
249+
│ │ └── pyparsing>=2.0.2
250+
│ ├── pydash>=4.7.4
251+
│ └── typing-extensions>=3.7.4.3
252+
├── isort==5.5.2
253+
└── yapf==0.30.0
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
repo_helper==2020.12.18
2+
├── apeye>=0.4.0
3+
├── appdirs<2,>=1.4.4
4+
├── asttokens>=2.0.4
5+
├── attrs>=20.2.0
6+
├── cachecontrol[filecache]>=0.12.6
7+
├── certifi>=2017.4.17
8+
├── cfgv>=2.0.0
9+
├── chardet<5,>=3.0.2
10+
├── click==7.1.2
11+
├── colorama>=0.4.3
12+
├── configconfig>=0.4.0
13+
├── consolekit>=0.5.0
14+
├── css-parser==1.0.6
15+
├── deprecation>=2.1.0
16+
├── distlib<1,>=0.3.1
17+
├── dnspython>=1.15.0
18+
├── domdf-python-tools>=1.8.0
19+
├── dulwich!=0.20.7,!=0.20.8,!=0.20.9,>=0.20.5
20+
├── email-validator==1.1.2
21+
├── filelock<4,>=3.0.12
22+
├── identify>=1.0.0
23+
├── idna<3,>=2.5
24+
├── isort==5.5.2
25+
├── jinja2>=2.11.2
26+
├── jsonschema>=3.2.0
27+
├── lockfile>=0.12.2
28+
├── markupsafe>=0.23
29+
├── msgpack>=0.5.2
30+
├── mypy-extensions>=0.3.0
31+
├── natsort>=7.1.0
32+
├── nodeenv>=0.11.1
33+
├── packaging>=20.7
34+
├── pre-commit>=2.7.1
35+
├── pydash>=4.7.4
36+
├── pyparsing>=2.0.2
37+
├── pyrsistent>=0.14.0
38+
├── pyyaml>=5.1
39+
├── requests>=2.25.0
40+
├── requests-file>=1.4
41+
├── ruamel-yaml>=0.16.12
42+
├── setuptools
43+
├── shippinglabel>=0.8.0
44+
├── six<2,>=1.11.0
45+
├── southwark>=0.6.0
46+
├── tldextract>=2.2.0
47+
├── toml
48+
├── tomlkit>=0.7.0
49+
├── trove-classifiers>=2020.10.21
50+
├── typing-extensions>=3.7.4.3
51+
├── typing-inspect>=0.6.0
52+
├── urllib3<1.27,>=1.24.1
53+
├── virtualenv>=20.0.8
54+
├── yapf==0.30.0
55+
└── yapf-isort>=0.5.2

0 commit comments

Comments
 (0)