@@ -2,13 +2,13 @@ repo_helper==2020.12.18
22├── apeye>=0.4.0
33│ ├── appdirs>=1.4.4
44│ ├── 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
5+ │ │ ├── lockfile>=0.9; extra == "filecache"
106│ │ ├── msgpack>=0.5.2
11- │ │ └── lockfile>=0.9; extra == "filecache"
7+ │ │ └── requests
8+ │ │ ├── certifi>=2017.4.17
9+ │ │ ├── chardet<5,>=3.0.2
10+ │ │ ├── idna<3,>=2.5
11+ │ │ └── urllib3<1.27,>=1.21.1
1212│ ├── domdf-python-tools>=0.9.0
1313│ │ ├── deprecation-alias>=0.1.1
1414│ │ │ ├── deprecation>=2.1.0
@@ -21,25 +21,25 @@ repo_helper==2020.12.18
2121│ │ └── typing-extensions>=3.7.4.3
2222│ ├── lockfile>=0.12.2
2323│ ├── requests>=2.24.0
24+ │ │ ├── certifi>=2017.4.17
2425│ │ ├── chardet<5,>=3.0.2
2526│ │ ├── idna<3,>=2.5
26- │ │ ├── urllib3<1.27,>=1.21.1
27- │ │ └── certifi>=2017.4.17
27+ │ │ └── urllib3<1.27,>=1.21.1
2828│ └── tldextract>=2.2.0
29+ │ ├── filelock>=3.0.8
2930│ ├── idna
3031│ ├── requests>=2.1.0
32+ │ │ ├── certifi>=2017.4.17
3133│ │ ├── chardet<5,>=3.0.2
3234│ │ ├── 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
35+ │ │ └── urllib3<1.27,>=1.21.1
36+ │ └── requests-file>=1.4
37+ │ ├── requests>=1.0.0
38+ │ │ ├── certifi>=2017.4.17
39+ │ │ ├── chardet<5,>=3.0.2
40+ │ │ ├── idna<3,>=2.5
41+ │ │ └── urllib3<1.27,>=1.21.1
42+ │ └── six
4343├── attrs>=20.2.0
4444├── click==7.1.2
4545├── configconfig>=0.4.0
@@ -66,6 +66,7 @@ repo_helper==2020.12.18
6666│ └── typing-extensions>=3.7.4
6767├── consolekit>=0.8.0
6868│ ├── click>=7.1.2
69+ │ ├── colorama>=0.4.3; python_version < "3.10"
6970│ ├── domdf-python-tools>=2.0.0
7071│ │ ├── deprecation-alias>=0.1.1
7172│ │ │ ├── deprecation>=2.1.0
@@ -77,8 +78,7 @@ repo_helper==2020.12.18
7778│ │ ├── pydash>=4.7.4
7879│ │ └── typing-extensions>=3.7.4.3
7980│ ├── mistletoe>=0.7.2
80- │ ├── typing-extensions>=3.7.4.3
81- │ └── colorama>=0.4.3; python_version < "3.10"
81+ │ └── typing-extensions>=3.7.4.3
8282├── dict2css>=0.1.0
8383│ ├── css-parser==1.0.6
8484│ └── domdf-python-tools>=2.2.0
@@ -102,11 +102,11 @@ repo_helper==2020.12.18
102102│ ├── pydash>=4.7.4
103103│ └── typing-extensions>=3.7.4.3
104104├── dulwich>=0.19.16
105- │ ├── urllib3>=1.24.1
106- │ └── certifi
105+ │ ├── certifi
106+ │ └── urllib3>=1.24.1
107107├── email-validator==1.1.2
108- │ ├── idna>=2.0 .0
109- │ └── dnspython>=1.15 .0
108+ │ ├── dnspython>=1.15 .0
109+ │ └── idna>=2.0 .0
110110├── idna==2.10
111111├── isort>=5.0.0
112112├── jinja2>=2.11.2
@@ -126,22 +126,22 @@ repo_helper==2020.12.18
126126│ ├── filelock<4,>=3.0.0
127127│ └── six<2,>=1.9.0
128128├── requests>=2.25.1
129+ │ ├── certifi>=2017.4.17
129130│ ├── chardet<5,>=3.0.2
130131│ ├── idna<3,>=2.5
131- │ ├── urllib3<1.27,>=1.21.1
132- │ └── certifi>=2017.4.17
132+ │ └── urllib3<1.27,>=1.21.1
133133├── ruamel-yaml>=0.16.12
134- ├── shippinglabel>=0.8.1
134+ ├── shippinglabel>=0.8.2
135135│ ├── apeye>=0.4.0
136136│ │ ├── appdirs>=1.4.4
137137│ │ ├── cachecontrol[filecache]>=0.12.6
138- │ │ │ ├── requests
139- │ │ │ │ ├── chardet<5,>=3.0.2
140- │ │ │ │ ├── idna<3,>=2.5
141- │ │ │ │ ├── urllib3<1.27,>=1.21.1
142- │ │ │ │ └── certifi>=2017.4.17
138+ │ │ │ ├── lockfile>=0.9; extra == "filecache"
143139│ │ │ ├── msgpack>=0.5.2
144- │ │ │ └── lockfile>=0.9; extra == "filecache"
140+ │ │ │ └── requests
141+ │ │ │ ├── certifi>=2017.4.17
142+ │ │ │ ├── chardet<5,>=3.0.2
143+ │ │ │ ├── idna<3,>=2.5
144+ │ │ │ └── urllib3<1.27,>=1.21.1
145145│ │ ├── domdf-python-tools>=0.9.0
146146│ │ │ ├── deprecation-alias>=0.1.1
147147│ │ │ │ ├── deprecation>=2.1.0
@@ -154,28 +154,29 @@ repo_helper==2020.12.18
154154│ │ │ └── typing-extensions>=3.7.4.3
155155│ │ ├── lockfile>=0.12.2
156156│ │ ├── requests>=2.24.0
157+ │ │ │ ├── certifi>=2017.4.17
157158│ │ │ ├── chardet<5,>=3.0.2
158159│ │ │ ├── idna<3,>=2.5
159- │ │ │ ├── urllib3<1.27,>=1.21.1
160- │ │ │ └── certifi>=2017.4.17
160+ │ │ │ └── urllib3<1.27,>=1.21.1
161161│ │ └── tldextract>=2.2.0
162+ │ │ ├── filelock>=3.0.8
162163│ │ ├── idna
163164│ │ ├── requests>=2.1.0
165+ │ │ │ ├── certifi>=2017.4.17
164166│ │ │ ├── chardet<5,>=3.0.2
165167│ │ │ ├── idna<3,>=2.5
166- │ │ │ ├── urllib3<1.27,>=1.21.1
167- │ │ │ └── certifi>=2017.4.17
168- │ │ ├── requests-file>=1.4
169- │ │ │ ├── requests>=1.0.0
170- │ │ │ │ ├── chardet<5,>=3.0.2
171- │ │ │ │ ├── idna<3,>=2.5
172- │ │ │ │ ├── urllib3<1.27,>=1.21.1
173- │ │ │ │ └── certifi>=2017.4.17
174- │ │ │ └── six
175- │ │ └── filelock>=3.0.8
168+ │ │ │ └── urllib3<1.27,>=1.21.1
169+ │ │ └── requests-file>=1.4
170+ │ │ ├── requests>=1.0.0
171+ │ │ │ ├── certifi>=2017.4.17
172+ │ │ │ ├── chardet<5,>=3.0.2
173+ │ │ │ ├── idna<3,>=2.5
174+ │ │ │ └── urllib3<1.27,>=1.21.1
175+ │ │ └── six
176176│ ├── appdirs>=1.4.4
177177│ ├── consolekit>=0.1.2
178178│ │ ├── click>=7.1.2
179+ │ │ ├── colorama>=0.4.3; python_version < "3.10"
179180│ │ ├── domdf-python-tools>=2.0.0
180181│ │ │ ├── deprecation-alias>=0.1.1
181182│ │ │ │ ├── deprecation>=2.1.0
@@ -187,8 +188,7 @@ repo_helper==2020.12.18
187188│ │ │ ├── pydash>=4.7.4
188189│ │ │ └── typing-extensions>=3.7.4.3
189190│ │ ├── mistletoe>=0.7.2
190- │ │ ├── typing-extensions>=3.7.4.3
191- │ │ └── colorama>=0.4.3; python_version < "3.10"
191+ │ │ └── typing-extensions>=3.7.4.3
192192│ ├── domdf-python-tools>=2.0.1
193193│ │ ├── deprecation-alias>=0.1.1
194194│ │ │ ├── deprecation>=2.1.0
@@ -207,6 +207,7 @@ repo_helper==2020.12.18
207207│ ├── click>=7.1.2
208208│ ├── consolekit>=0.1.2
209209│ │ ├── click>=7.1.2
210+ │ │ ├── colorama>=0.4.3; python_version < "3.10"
210211│ │ ├── domdf-python-tools>=2.0.0
211212│ │ │ ├── deprecation-alias>=0.1.1
212213│ │ │ │ ├── deprecation>=2.1.0
@@ -218,8 +219,7 @@ repo_helper==2020.12.18
218219│ │ │ ├── pydash>=4.7.4
219220│ │ │ └── typing-extensions>=3.7.4.3
220221│ │ ├── mistletoe>=0.7.2
221- │ │ ├── typing-extensions>=3.7.4.3
222- │ │ └── colorama>=0.4.3; python_version < "3.10"
222+ │ │ └── typing-extensions>=3.7.4.3
223223│ ├── domdf-python-tools>=2.1.0
224224│ │ ├── deprecation-alias>=0.1.1
225225│ │ │ ├── deprecation>=2.1.0
@@ -231,8 +231,8 @@ repo_helper==2020.12.18
231231│ │ ├── pydash>=4.7.4
232232│ │ └── typing-extensions>=3.7.4.3
233233│ ├── dulwich!=0.20.7,!=0.20.8,!=0.20.9,>=0.20.5
234- │ │ ├── urllib3>=1.24.1
235- │ │ └── certifi
234+ │ │ ├── certifi
235+ │ │ └── urllib3>=1.24.1
236236│ ├── filelock>=3.0.12
237237│ └── typing-extensions>=3.7.4.3
238238├── tomlkit>=0.7.0
@@ -243,6 +243,7 @@ repo_helper==2020.12.18
243243 ├── click>=7.1.2
244244 ├── consolekit>=0.3.0
245245 │ ├── click>=7.1.2
246+ │ ├── colorama>=0.4.3; python_version < "3.10"
246247 │ ├── domdf-python-tools>=2.0.0
247248 │ │ ├── deprecation-alias>=0.1.1
248249 │ │ │ ├── deprecation>=2.1.0
@@ -254,8 +255,7 @@ repo_helper==2020.12.18
254255 │ │ ├── pydash>=4.7.4
255256 │ │ └── typing-extensions>=3.7.4.3
256257 │ ├── mistletoe>=0.7.2
257- │ ├── typing-extensions>=3.7.4.3
258- │ └── colorama>=0.4.3; python_version < "3.10"
258+ │ └── typing-extensions>=3.7.4.3
259259 ├── domdf-python-tools>=0.10.0
260260 │ ├── deprecation-alias>=0.1.1
261261 │ │ ├── deprecation>=2.1.0
0 commit comments