File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,3 +58,4 @@ target/
5858examples /* .yaml
5959tests /* .yaml
6060/MANIFEST
61+ .pypirc
Original file line number Diff line number Diff line change 11from netdev .netdev_dispatcher import connect
22from netdev .netdev_dispatcher import platforms
33
4- __version__ = '0.1.1 '
4+ __version__ = '0.1.2 '
55__all__ = ('connect' , 'platforms' )
Original file line number Diff line number Diff line change 1919 author = 'Yakovlev Sergey' ,
2020 author_email = 'selfuryon@gmail.com' ,
2121 description = 'Async network devices interaction library' ,
22- requires = ['asyncssh' , 'yaml ' ],
22+ requires = ['asyncssh>=1.5.3 ' , 'pyyaml ' ],
2323 long_description = long_description ,
2424 keywords = 'network automation' ,
2525 classifiers = [
2929 'Development Status :: 3 - Alpha' ,
3030 'License :: OSI Approved :: BSD License' ,
3131 'Programming Language :: Python :: 3.5' ,
32- 'Intended Audience :: System Administrators'
32+ 'Intended Audience :: System Administrators' ,
3333 'Topic :: System :: Networking' ,
3434 ],
3535)
You can’t perform that action at this time.
0 commit comments