22 lines
303 B
Plaintext
22 lines
303 B
Plaintext
# Requirements for development.
|
|
|
|
-r ../requirements.txt
|
|
|
|
# Sphinx and Pygments
|
|
Sphinx>=1.2.3
|
|
releases>=0.7.0
|
|
|
|
# Testing
|
|
mock>=1.0.1
|
|
nose>=1.3.0
|
|
coverage>=3.7
|
|
tox>=1.8.0
|
|
flake8>=2.1.0
|
|
|
|
# Deployment and Automation
|
|
Fabric>=1.8.0,<2.0.0
|
|
ansible>=1.6.0
|
|
python-vagrant>=0.5.0
|
|
invoke>=0.9.0
|
|
virtualenv>=1.11.0
|