File tree 1 file changed +10
-11
lines changed
1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 152
152
},
153
153
install_requires = [
154
154
'click==7.0' ,
155
- 'ipaddress= =1.0.23' ,
156
- 'jsondiff= =1.2.0' ,
157
- 'm2crypto= =0.31.0' ,
158
- 'natsort= =6.2.1' , # 6.2.1 is the last version which supports Python 2. Can update once we no longer support Python 2
159
- 'netaddr= =0.8.0' ,
160
- 'netifaces= =0.10.7' ,
161
- 'pexpect= =4.8.0' ,
162
- 'requests= =2.25.0' ,
155
+ 'ipaddress> =1.0.23' ,
156
+ 'jsondiff> =1.2.0' ,
157
+ 'm2crypto> =0.31.0' ,
158
+ 'natsort> =6.2.1' , # 6.2.1 is the last version which supports Python 2. Can update once we no longer support Python 2
159
+ 'netaddr> =0.8.0' ,
160
+ 'netifaces> =0.10.7' ,
161
+ 'pexpect> =4.8.0' ,
162
+ 'requests> =2.25.0' ,
163
163
'sonic-platform-common' ,
164
164
'sonic-py-common' ,
165
165
'sonic-yang-mgmt' ,
166
166
'swsssdk>=2.0.1' ,
167
- 'tabulate==0.8.2' ,
168
- 'xmltodict==0.12.0' ,
169
- 'deepdiff==5.2.3' ,
167
+ 'tabulate>=0.8.2' ,
168
+ 'xmltodict>=0.12.0' ,
170
169
],
171
170
setup_requires = [
172
171
'pytest-runner' ,
You can’t perform that action at this time.
0 commit comments