aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorEdi Feschiyan <edi.feschiyan@konsulko.com>2020-06-25 18:53:49 +0300
committerEdi Feschiyan <edi.feschiyan@konsulko.com>2020-06-25 18:53:49 +0300
commitd58969b579998667179d58f908257e2c02e465ba (patch)
tree95b1ef1d4cb0fef2db6f60a0240008a45da3ad8d /setup.py
parent434bcef7a61db661a5c0579746788ffb86904089 (diff)
Adding network bindings and tests
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index afb45ab..1ddf39d 100644
--- a/setup.py
+++ b/setup.py
@@ -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',