Skip to content

Commit b58105a

Browse files
committed
Updated gevent to 1.0rc3, fixes vagrant DNS issues, refs #232.
1 parent 6b1a5b3 commit b58105a

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

dev_requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Deis controller requirements
22
boto==2.15.0
33
celery==3.0.22 # 3.0.23 errors, see https://github.com/opdemand/deis/issues/148
4+
Cython==0.19.2
45
Django==1.5.4
56
django-allauth==0.13.0
67
django-celery==3.0.23
78
django-json-field==0.5.5
89
django-yamlfield==0.5
910
djangorestframework==2.3.8
10-
gevent==0.13.8
11+
git+git://github.com/surfly/gevent.git@1.0rc3#egg=gevent
1112
gunicorn==18.0
1213
paramiko==1.12.0
1314
psycopg2==2.5.1

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Deis controller requirements
22
boto==2.15.0
33
celery==3.0.22 # 3.0.23 errors, see https://github.com/opdemand/deis/issues/148
4+
Cython==0.19.2
45
Django==1.5.4
56
django-allauth==0.13.0
67
django-celery==3.0.23
78
django-json-field==0.5.5
89
django-yamlfield==0.5
910
djangorestframework==2.3.8
10-
gevent==0.13.8
11+
git+git://github.com/surfly/gevent.git@1.0rc3#egg=gevent
1112
gunicorn==18.0
1213
paramiko==1.12.0
1314
psycopg2==2.5.1

0 commit comments

Comments
 (0)