Browse Source

0.5.0 broke the api, 0.4.8 works fine... more investigation needed..

ssh-lenovo
John-Mark Gurney 1 year ago
parent
commit
1375505f2c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      setup.py

+ 1
- 0
setup.py View File

@@ -24,6 +24,7 @@ setup(name='vlanmang',
'pysnmp', 'pysnmp',
'pysnmp-mibs', 'pysnmp-mibs',
'mock', 'mock',
'pyasn1==0.4.8',
], ],
extras_require = { extras_require = {
'dev': [ 'coverage' ], 'dev': [ 'coverage' ],


Loading…
Cancel
Save