# All dependencies needed to develop/test rucio should be defined here

# multi-mechanize==1.2.0    # Performance Test Framework
# Matplotlib==1.2.1         # Python plotting libs
#nose==1.3.1               # for test discovery and console feedback
pinocchio==0.3.1          # Extensions for the 'nose' unit testing framework
#unittest2                # backport of unittest lib in python 2.7
#webtest                  # test wsgi apps without starting an http server
#mox                      # mock object framework
#carbon                   # Storage backend for graphite
#whisper                  # Fixed-size database for graphite
#graphite-web             # Vizualisation frontend
paste                     # Utilities for web development in pyton
unittest2==0.5.1          # backport of unittest lib in python 2.7
#webtest                  # test wsgi apps without starting an http server
#mox                      # mock object framework
coverage==3.7.1           # Nose module for test coverage
sphinx==1.2.2             # required to build documentation
Jinja2==2.7.3             # template engine
sphinxcontrib-httpdomain==1.2.0 # Provides a Sphinx domain for describing RESTful HTTP APIs
sphinxcontrib-sdedit==0.3       #
PIL==1.1.7                      #
Pygments>=1.6                   # Python Syntax highlighter
docutils>=0.12                   # Needed for sphinx
pep8==1.5.7                     # checks for PEP8 code style compliance
pyflakes==0.8.1                 # Passive checker of Python programs
flake8==2.2.3                   # Wrapper around PyFlakes&pep8
pylint==0.25.2                  # static code analysis
virtualenv==1.11.4              # Virtual Python Environment builder
tox==1.4.3                      # Automate and standardize testing in Python
pytest==2.3.4                   # Full-featured Python testing tool
pytest-xdist==1.8               # py.test xdist plugin for distributed testing and loop-on-failing modes
tabulate==0.7.1                 # Formating table like outputs
xmltodict==0.8.3                # Makes working with XML feel like you are working with JSON
git-review==1.23                # Command-line tool for Git / Gerrit
