Skip to content

Commit b52d107

Browse files
author
Gabriel Monroy
committed
Merge pull request #149 from opdemand/148-new-celery-breaks
Fixed #148 -- stick with celery 3.0.22 for now.
2 parents e4110c3 + 9ba636d commit b52d107

2 files changed

Lines changed: 33 additions & 31 deletions

File tree

dev_requirements.txt

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
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
1011
gevent==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
2425
Sphinx>=1.2b1

requirements.txt

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
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
1011
gevent==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

0 commit comments

Comments
 (0)