62: Определение подходящего сетевого интервейса по имеющемуся ipv4
This commit is contained in:
parent
241d737f9a
commit
4a80c5f311
1 changed files with 3 additions and 2 deletions
5
setup.py
5
setup.py
|
@ -4,7 +4,7 @@ from setuptools import setup
|
|||
|
||||
setup(
|
||||
name='SWSCloudNode',
|
||||
version='3.1.1',
|
||||
version='3.1.2',
|
||||
author='Vyacheslav Anzhiganov',
|
||||
author_email='vanzhiganov@ya.ru',
|
||||
packages=[
|
||||
|
@ -17,6 +17,7 @@ setup(
|
|||
'cloud_node_statistics.py',
|
||||
],
|
||||
install_requires=[
|
||||
'requests'
|
||||
'requests',
|
||||
'netaddr==0.7.18'
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue