Commit 0131a000 by Gabriel Falcao

updating requirements

parent 4c260515
......@@ -3,7 +3,7 @@ all: check_dependencies unit functional integration doctest
filename=lettuce-`python -c 'import lettuce;print lettuce.version'`.tar.gz
export PYTHONPATH:= ${PWD}
export LETTUCE_DEPENDENCIES:= nose mox sphinx lxml django
export LETTUCE_DEPENDENCIES:= nose mox sphinx lxml django fuzzywuzzy mock
check_dependencies:
@echo "Checking for dependencies to run tests ..."
......@@ -52,4 +52,4 @@ release: clean unit functional integration doctest deploy-documentation publish
@echo "DONE!"
publish:
@python setup.py sdist register upload
\ No newline at end of file
@python setup.py sdist register upload
mox
nose
django>=1.1.1
django>=1.4
sphinx
lxml
tornado
coverage
sure>=0.10.0
\ No newline at end of file
sure>=0.10.0
mock>=0.8.0
......@@ -30,7 +30,7 @@ def get_packages():
return packages
required_modules = ['sure']
required_modules = ['sure', 'fuzzywuzzy']
if sys.version_info[:2] < (2, 6):
required_modules.append('multiprocessing')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment