Skip to content

Commit 70cd499

Browse files
Remove requirements
1 parent 2b2494a commit 70cd499

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
setup(
44
name='pyAlfawise',
55
packages=['pyAlfawise'], # this must be the same as the name above
6-
install_requires=['socket', 'voluptuous'],
7-
version='0.3-beta',
6+
install_requires=['voluptuous'],
7+
version='0.4-beta',
88
description='a simple python3 library for the Alfawise Humidifier',
99
author='Hydreliox',
1010
author_email='hydreliox@gmail.com',

0 commit comments

Comments
 (0)