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
add install_requires to setup.py
pull/1/head
Brett Langdon
11 years ago
parent
cefffb780e
commit
ea2ce70abb
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
setup.py
+ 4
- 0
setup.py
View File
@ -14,6 +14,10 @@ setup(
packages
=
find_packages
(
)
,
license
=
"
MIT
"
,
scripts
=
[
"
bin/qw-manager
"
,
"
bin/qw-client
"
]
,
install_requires
=
[
"
redis==2.10.3
"
,
"
docopt==0.6.2
"
,
]
,
classifiers
=
[
"
Intended Audience :: Developers
"
,
"
Programming Language :: Python
"
,
Write
Preview
Loading…
Cancel
Save