mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 19:23:34 +00:00
Python < 3.5 cleanups (#180)
* tox: remove Python < 3.5 config * deps: drop typing, included in Python 3.5+
This commit is contained in:
parent
c9280c70c0
commit
752b24c4ec
2
setup.py
2
setup.py
@ -8,7 +8,7 @@ setup(name='pyHS100',
|
||||
author_email='sean@gadgetreactor.com',
|
||||
license='GPLv3',
|
||||
packages=['pyHS100'],
|
||||
install_requires=['click', 'typing', 'deprecation'],
|
||||
install_requires=['click', 'deprecation'],
|
||||
python_requires='>=3.5',
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
|
Loading…
Reference in New Issue
Block a user