Skip to content

Commit

Permalink
Update version number and remove unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofran12 committed Apr 5, 2022
1 parent c4eb261 commit 070bb70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
PrettyTable
netifaces
ipaddress
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@
long_description=open("README.md", "r").read(),
long_description_content_type="text/markdown",
keywords="IGMP IGMPv2 Router IPv4 Multicast Interest",
version="1.0.3",
version="1.0.4",
url="http://github.com/pedrofran12/igmp",
author="Pedro Oliveira",
author_email="pedro.francisco.oliveira@tecnico.ulisboa.pt",
license="MIT",
install_requires=[
'PrettyTable',
'netifaces',
'ipaddress',
],
Expand Down

0 comments on commit 070bb70

Please sign in to comment.