sonic-yang-mgmt and sonic-yang-models: Update Python dependencies
Update tabulate to 0.9.0 and ijson to 3.2.3 Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
This commit is contained in:
parent
9dfa546e07
commit
3f707335f9
@ -29,14 +29,14 @@ setup(
|
||||
],
|
||||
install_requires = [
|
||||
'xmltodict==0.12.0',
|
||||
'ijson==2.6.1',
|
||||
'ijson==3.2.3',
|
||||
'jsondiff>=1.2.0',
|
||||
'tabulate==0.8.2'
|
||||
'tabulate==0.9.0'
|
||||
],
|
||||
tests_require = [
|
||||
'pytest>3',
|
||||
'xmltodict==0.12.0',
|
||||
'ijson==2.6.1',
|
||||
'ijson==3.2.3',
|
||||
'jsondiff>=1.2.0'
|
||||
],
|
||||
setup_requires = [
|
||||
|
@ -63,7 +63,7 @@ setup(
|
||||
],
|
||||
tests_require = [
|
||||
'pytest',
|
||||
'ijson==2.6.1'
|
||||
'ijson==3.2.3'
|
||||
],
|
||||
setup_requires = [
|
||||
'pytest-runner',
|
||||
|
Loading…
Reference in New Issue
Block a user