This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
qw
mirror of
https://github.com/brettlangdon/qw.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
2
Wiki
Activity
Browse Source
Merge
b985933f23
into
c61fbaf70c
pull/3/merge
dependabot[bot]
3 years ago
committed by
GitHub
parent
c61fbaf70c
b985933f23
commit
fb7155f7d3
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
2 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
requirements.txt
+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
docopt==0.6.2
+ 1
- 1
setup.py
View File
@ -15,7 +15,7 @@ setup(
license
=
"
MIT
"
,
license
=
"
MIT
"
,
scripts
=
[
"
bin/qw-manager
"
,
"
bin/qw-client
"
]
,
scripts
=
[
"
bin/qw-manager
"
,
"
bin/qw-client
"
]
,
install_requires
=
[
install_requires
=
[
"
redis==
2.10.3
"
,
"
redis==
4.4.4
"
,
"
docopt==0.6.2
"
,
"
docopt==0.6.2
"
,
]
,
]
,
classifiers
=
[
classifiers
=
[
Write
Preview
Loading…
Cancel
Save