Browse Source

add install_requires to setup.py

pull/1/head
Brett Langdon 11 years ago
parent
commit
ea2ce70abb
1 changed files with 4 additions and 0 deletions
  1. +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",


Loading…
Cancel
Save