requirements.txt 427 Bytes
Newer Older
1
git+https://github.com/edx/ansible.git@stable-1.9.3-rc1-edx#egg=ansible==1.9.3-edx
2
PyYAML==3.11
3
Jinja2==2.7.3
4
MarkupSafe==0.23
David Baumgold committed
5
boto==2.32.1
6
ecdsa==0.11
7
paramiko==1.15.1
8
pycrypto==2.6.1
9
wsgiref==0.1.2
10
docopt==0.6.1
11
python-simple-hipchat==0.2
12
prettytable==0.7.2
13
awscli==1.4.2
Fred Smith committed
14
requests
Edward Zarecor committed
15
datadog==0.8.0
16 17

# Needed for the mongo_* modules (playbooks/library/mongo_*)
18
pymongo==3.1
19 20 21

# Needed for the mysql_db module
MySQL-python==1.2.5