Browse Source

Merge b985933f23 into c61fbaf70c

pull/3/merge
dependabot[bot] 3 years ago
committed by GitHub
parent
commit
fb7155f7d3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      requirements.txt
  2. +1
    -1
      setup.py

+ 1
- 1
requirements.txt View File

@ -1,2 +1,2 @@
redis==2.10.3
redis==4.4.4
docopt==0.6.2

+ 1
- 1
setup.py View File

@ -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=[


Loading…
Cancel
Save