File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 229
229
install_requires = [
230
230
'bcrypt==3.2.2' ,
231
231
'click==7.0' ,
232
- 'cryptography= =3.3.2' ,
232
+ 'cryptography> =3.3.2' ,
233
233
'urllib3>=2' ,
234
234
'click-log>=0.3.2' ,
235
235
'docker>=4.4.4' ,
251
251
'prettyprinter>=0.18.0' ,
252
252
'pyroute2>=0.5.14, <0.6.1' ,
253
253
'requests>=2.25.0' ,
254
- 'tabulate==0.8.2 ' ,
254
+ 'tabulate==0.9.0 ' ,
255
255
'toposort==1.6' ,
256
256
'www-authenticate==0.9.2' ,
257
257
'xmltodict==0.12.0' ,
258
258
'lazy-object-proxy' ,
259
+ 'six==1.16.0' ,
259
260
] + sonic_dependencies ,
260
261
setup_requires = [
261
262
'pytest-runner' ,
266
267
'responses' ,
267
268
'pytest' ,
268
269
'mockredispy>=2.9.3' ,
269
- 'deepdiff==5 .2.3 '
270
+ 'deepdiff==6 .2.2 '
270
271
],
271
272
classifiers = [
272
273
'Development Status :: 3 - Alpha' ,
You can’t perform that action at this time.
0 commit comments