diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-09-20 12:41:05 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-09-20 12:41:05 -0300 |
commit | 8f8fe5483d95a3cb3a340c24de419c3b410bfa8f (patch) | |
tree | 2dfae7c660b5fc1d6fc1c939e3546c021cebf4a7 /common/setup.py | |
parent | 2d12d6bbeb351f2bb8eb65f30a441fcd429707c0 (diff) | |
parent | b7cd2254d0b4062c302680b430e1684260718153 (diff) |
Merge branch 'release-0.4.0'0.4.0
Diffstat (limited to 'common/setup.py')
-rw-r--r-- | common/setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/setup.py b/common/setup.py index 0a2f138f..9af61be7 100644 --- a/common/setup.py +++ b/common/setup.py @@ -67,4 +67,7 @@ setup( install_requires=utils.parse_requirements(), tests_require=utils.parse_requirements( reqfiles=['pkg/requirements-testing.pip']), + extras_require={ + 'couchdb': ['couchdb'], + }, ) |