Skip to content

Commit 3a21ccd

Browse files
authored
fix(build): add redis to install_requires (#33)
1 parent 8fdf588 commit 3a21ccd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
license='MIT',
2020
python_requires='>=3.6',
2121
packages=find_packages(),
22+
install_requires=['redis'],
2223
setup_requires=['pytest-runner==5.3.1'],
2324
tests_require=['pytest==6.2.5', 'redis==4.4.4'],
2425
)

0 commit comments

Comments
 (0)