Skip to content

Commit e1b7ac6

Browse files
committed
Remove Unused dependency
1 parent 5b86fd5 commit e1b7ac6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="pyserved",
9-
version="2.0.6",
9+
version="2.0.8",
1010
description="Network transfer/hosting utilities by SblipDev.",
1111
long_description_content_type="text/markdown",
1212
long_description=long_description,
@@ -15,7 +15,7 @@
1515
author_email="shaurya.p.singh21@gmail.com",
1616
license="MIT",
1717
packages=["pyserved"],
18-
install_requires=['netifaces', 'rich'],
18+
install_requires=["rich"],
1919
include_package_data=True,
20-
scripts=['pyserved/bin/pdlisten', 'pyserved/bin/pdsnd', 'pyserved/bin/pdhost'],
20+
scripts=["pyserved/bin/pdlisten", "pyserved/bin/pdsnd", "pyserved/bin/pdhost"],
2121
)

0 commit comments

Comments
 (0)