dependabot[bot]
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
requirements.txt
-
setup.py
|
|
|
@ -1,2 +1,2 @@ |
|
|
|
redis==2.10.3 |
|
|
|
redis==4.4.4 |
|
|
|
docopt==0.6.2 |
|
|
|
@ -15,7 +15,7 @@ setup( |
|
|
|
license="MIT", |
|
|
|
scripts=["bin/qw-manager", "bin/qw-client"], |
|
|
|
install_requires=[ |
|
|
|
"redis==2.10.3", |
|
|
|
"redis==4.4.4", |
|
|
|
"docopt==0.6.2", |
|
|
|
], |
|
|
|
classifiers=[ |
|
|
|
|