diff options
author | Edi Feschiyan <edi.feschiyan@konsulko.com> | 2020-06-25 18:53:49 +0300 |
---|---|---|
committer | Edi Feschiyan <edi.feschiyan@konsulko.com> | 2020-06-25 18:53:49 +0300 |
commit | d58969b579998667179d58f908257e2c02e465ba (patch) | |
tree | 95b1ef1d4cb0fef2db6f60a0240008a45da3ad8d /setup.py | |
parent | 434bcef7a61db661a5c0579746788ffb86904089 (diff) |
Adding network bindings and tests
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ setuptools.setup( url="https://github.com/refresher/pyagl", packages=setuptools.find_packages(), license="Apache 2.0", - install_requires=['websockets', 'parse', 'asyncssh', 'pytest', 'pytest-asyncio'], + install_requires=['websockets', 'parse', 'asyncssh', 'pytest', 'pytest-asyncio', 'pytest-depends'], classifiers=[ 'Development Status :: 4 - Beta', 'Environment :: Console', |