Skip to content

Commit 42f2790

Browse files
committed
Merge pull request #341 from opdemand/339-gevent-1.0
Fixed #339 - updated gevent to 1.0, removed Cython dependency.
2 parents 79e4899 + c6835f4 commit 42f2790

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
- rabbitmq
1717

1818
before_install:
19-
- sudo apt-get install -qq libevent-dev libpq-dev
19+
- sudo apt-get install -qq libpq-dev
2020

2121
install:
2222
- pip install -r dev_requirements.txt coveralls --use-mirrors

dev_requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
# Deis controller requirements
22
boto==2.16.0
33
celery==3.0.22 # 3.0.23 errors, see https://github.com/opdemand/deis/issues/148
4-
Cython==0.19.2
54
Django==1.5.5
65
django-allauth==0.14.1
76
django-celery==3.0.23
87
django-json-field==0.5.5
98
django-yamlfield==0.5
109
djangorestframework==2.3.8
11-
git+git://github.com/surfly/gevent.git@1.0rc3#egg=gevent
1210
dop==0.1.4
11+
gevent==1.0
1312
gunicorn==18.0
1413
paramiko==1.12.0
1514
psycopg2==2.5.1

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
# Deis controller requirements
22
boto==2.16.0
33
celery==3.0.22 # 3.0.23 errors, see https://github.com/opdemand/deis/issues/148
4-
Cython==0.19.2
54
Django==1.5.5
65
django-allauth==0.14.1
76
django-celery==3.0.23
87
django-json-field==0.5.5
98
django-yamlfield==0.5
109
djangorestframework==2.3.8
11-
git+git://github.com/surfly/gevent.git@1.0rc3#egg=gevent
1210
dop==0.1.4
11+
gevent==1.0
1312
gunicorn==18.0
1413
paramiko==1.12.0
1514
psycopg2==2.5.1

0 commit comments

Comments
 (0)