diff options
-rw-r--r-- | requirements.txt | 1 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index d599421..c08fa44 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,6 @@ pyparsing==2.4.7 pytest==5.4.1 pytest-asyncio==0.11.0 pytest-dependency==0.5.1 -pytest-reverse==1.0.1 six==1.14.0 wcwidth==0.1.9 websockets==8.1 @@ -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', 'pytest-dependency', 'pytest-reverse'], + install_requires=['websockets', 'parse', 'asyncssh', 'pytest', 'pytest-asyncio', 'pytest-dependency'], classifiers=[ 'Development Status :: 4 - Beta', 'Environment :: Console', |