File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Deis controller requirements
2- azure>=0.7.0
3- boto>=2.10.0
4- Django>=1.5.2
5- django-allauth>=0.12.0
6- django-celery>=3.0.21
7- django-json-field>=0.5.5
8- django-yamlfield>=0.4
9- djangorestframework>=2.3.7
2+ azure==0.7.0
3+ boto==2.11.0
4+ celery==3.0.22 # 3.0.23 errors, see https://github.com/opdemand/deis/issues/148
5+ Django==1.5.2
6+ django-allauth==0.13.0
7+ django-celery==3.0.23
8+ django-json-field==0.5.5
9+ django-yamlfield==0.4
10+ djangorestframework==2.3.7
1011gevent==0.13.8
11- gunicorn> =18.0
12- paramiko> =1.11.0
13- psycopg2> =2.5.1
14- pyCrypto> =2.6
15- PyYAML> =3.10
16- South> =0.8.2
12+ gunicorn= =18.0
13+ paramiko= =1.11.0
14+ psycopg2= =2.5.1
15+ pycrypto= =2.6
16+ PyYAML= =3.10
17+ South= =0.8.2
1718
1819# Deis client requirements
19- docopt> =0.6.1
20- #PyYAML> =3.10
21- requests> =1.2.3
20+ docopt= =0.6.1
21+ #PyYAML= =3.10
22+ requests= =1.2.3
2223
2324# Deis documentation requirements
2425Sphinx>=1.2b1
Original file line number Diff line number Diff line change 11# Deis controller requirements
2- azure >= 0.7.0
3- boto >= 2.10.0
4- Django >= 1.5.2
5- django-allauth >= 0.12.0
6- django-celery >= 3.0.21
7- django-json-field >= 0.5.5
8- django-yamlfield >= 0.4
9- djangorestframework >= 2.3.7
2+ azure == 0.7.0
3+ boto == 2.11.0
4+ celery == 3.0.22 # 3.0.23 errors, see https://github.com/opdemand/deis/issues/148
5+ Django == 1.5.2
6+ django-allauth == 0.13.0
7+ django-celery == 3.0.23
8+ django-json-field == 0.5.5
9+ django-yamlfield == 0.4
10+ djangorestframework == 2.3.7
1011gevent == 0.13.8
11- gunicorn > =18.0
12- paramiko > =1.11.0
13- psycopg2 > =2.5.1
14- pyCrypto > =2.6
15- PyYAML > =3.10
16- South > =0.8.2
12+ gunicorn = =18.0
13+ paramiko = =1.11.0
14+ psycopg2 = =2.5.1
15+ pycrypto = =2.6
16+ PyYAML = =3.10
17+ South = =0.8.2
You can’t perform that action at this time.
0 commit comments