We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b456efd commit d403789Copy full SHA for d403789
setup.py
@@ -9,7 +9,7 @@
9
description='ReJSON Python Client',
10
url='http://github.com/RedisLabs/rejson-py',
11
packages=find_packages(),
12
- install_requires=['redis', 'hiredis', 'rmtest'],
+ install_requires=['redis', 'hiredis'],
13
classifiers=[
14
'Development Status :: 4 - Beta',
15
'Intended Audience :: Developers',
0 commit comments