1
0
Fork 0

remove aiodns dependency

master
Bob Carroll 2022-12-27 17:34:41 -06:00
parent e12fc7a6b0
commit 88a2d3f707
2 changed files with 1 additions and 6 deletions

View File

@ -1,17 +1,13 @@
## The following requirements were added by pip freeze: ## The following requirements were added by pip freeze:
aiodns==2.0.0
aiohttp==3.7.3 aiohttp==3.7.3
async-timeout==3.0.1 async-timeout==3.0.1
asyncio-mqtt==0.8.0 asyncio-mqtt==0.8.0
attrs==20.3.0 attrs==20.3.0
cffi==1.14.4
chardet==3.0.4 chardet==3.0.4
dnspython==2.1.0 dnspython==2.1.0
idna==3.1 idna==3.1
multidict==5.1.0 multidict==5.1.0
paho-mqtt==1.5.1 paho-mqtt==1.5.1
pycares==3.1.1
pycparser==2.20
PyYAML==5.3.1 PyYAML==5.3.1
typing-extensions==3.7.4.3 typing-extensions==3.7.4.3
u-msgpack-python==2.7.1 u-msgpack-python==2.7.1

View File

@ -12,8 +12,7 @@ setup(name='cherry-hue',
'dnspython', 'dnspython',
'asyncio_mqtt', 'asyncio_mqtt',
'u-msgpack-python', 'u-msgpack-python',
'aiohttp', 'aiohttp'],
'aiodns'],
classifiers=[ classifiers=[
'Development Status :: 2 - Pre-Alpha', 'Development Status :: 2 - Pre-Alpha',
'Environment :: Console', 'Environment :: Console',