File tree 1 file changed +21
-21
lines changed
1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change 161
161
},
162
162
install_requires = [
163
163
'click==7.0' ,
164
- 'click-log= =0.3.2' ,
165
- 'docker= =4.4.4' ,
166
- 'docker-image-py= =0.1.10' ,
167
- 'filelock= =3.0.12' ,
168
- 'enlighten= =1.8.0' ,
169
- 'ipaddress= =1.0.23' ,
170
- 'jinja2= =2.11.3' ,
171
- 'jsondiff= =1.2.0' ,
172
- 'jsonpatch= =1.32.0' ,
173
- 'm2crypto= =0.31.0' ,
174
- 'natsort= =6.2.1' , # 6.2.1 is the last version which supports Python 2. Can update once we no longer support Python 2
175
- 'netaddr= =0.8.0' ,
176
- 'netifaces= =0.10.7' ,
177
- 'pexpect= =4.8.0' ,
178
- 'poetry-semver= =0.1.0' ,
179
- 'prettyprinter= =0.18.0' ,
180
- 'pyroute2= =0.5.14' ,
181
- 'requests= =2.25.0' ,
164
+ 'click-log> =0.3.2' ,
165
+ 'docker> =4.4.4' ,
166
+ 'docker-image-py> =0.1.10' ,
167
+ 'filelock> =3.0.12' ,
168
+ 'enlighten> =1.8.0' ,
169
+ 'ipaddress> =1.0.23' ,
170
+ 'jinja2> =2.11.3' ,
171
+ 'jsondiff> =1.2.0' ,
172
+ 'jsonpatch> =1.32.0' ,
173
+ 'm2crypto> =0.31.0' ,
174
+ 'natsort> =6.2.1' , # 6.2.1 is the last version which supports Python 2. Can update once we no longer support Python 2
175
+ 'netaddr> =0.8.0' ,
176
+ 'netifaces> =0.10.7' ,
177
+ 'pexpect> =4.8.0' ,
178
+ 'poetry-semver> =0.1.0' ,
179
+ 'prettyprinter> =0.18.0' ,
180
+ 'pyroute2> =0.5.14' ,
181
+ 'requests> =2.25.0' ,
182
182
'sonic-config-engine' ,
183
183
'sonic-platform-common' ,
184
184
'sonic-py-common' ,
185
185
'sonic-yang-mgmt' ,
186
186
'swsssdk>=2.0.1' ,
187
- 'tabulate= =0.8.2' ,
188
- 'www-authenticate= =0.9.2' ,
189
- 'xmltodict= =0.12.0' ,
187
+ 'tabulate> =0.8.2' ,
188
+ 'www-authenticate> =0.9.2' ,
189
+ 'xmltodict> =0.12.0' ,
190
190
],
191
191
setup_requires = [
192
192
'pytest-runner' ,
You can’t perform that action at this time.
0 commit comments