Skip to content

Commit

Permalink
Merge pull request #51 from wavesnsee/master
Browse files Browse the repository at this point in the history
Move to netifaces-plus
  • Loading branch information
andreikop authored Oct 26, 2023
2 parents 7f04a19 + 6716a47 commit 0e6634f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
netifaces
netifaces-plus
click
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
'Topic :: Communications'
],
packages=['wsdiscovery', 'wsdiscovery.actions'],
setup_requires=['netifaces', 'click'],
install_requires=['netifaces', 'click'],
setup_requires=['netifaces-plus', 'click'],
install_requires=['netifaces-plus', 'click'],
tests_require = ['pytest', 'mock'],
entry_points = {
'console_scripts': [
Expand Down

0 comments on commit 0e6634f

Please sign in to comment.