We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c6b939 commit 1150ceaCopy full SHA for 1150cea
setup.py
@@ -17,7 +17,7 @@ def read_all(f):
17
long_description_content_type='text/markdown',
18
url='http://github.com/RedisLabs/redisearch-py',
19
packages=find_packages(),
20
- install_requires=['redis', 'hiredis', 'rmtest'],
+ install_requires=requirements,
21
classifiers=[
22
'Development Status :: 4 - Beta',
23
'Intended Audience :: Developers',
0 commit comments