From 91c4d2e6414a1d2549f1ef156eaa5988dde623c9 Mon Sep 17 00:00:00 2001 From: deathowl Date: Sat, 12 Mar 2016 21:07:30 +0100 Subject: [PATCH 1/3] fix vobject version fuck --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aaf04d7..65104c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,6 +34,6 @@ six==1.9.0 slacker==0.6.2 sleekxmpp==1.3.1 twilio==4.4.0 -vobject==0.8.1rc0 +vobject wsgiref==0.1.2 django-twilio From 814dade84702dda7918aa07968a9ee43798eaea0 Mon Sep 17 00:00:00 2001 From: deathowl Date: Sat, 12 Mar 2016 21:38:49 +0100 Subject: [PATCH 2/3] fix kombu also, now system is runnable again --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 65104c0..464a949 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ future==0.14.3 gunicorn==19.3.0 httplib2==0.9.1 icalendar==3.9.0 -kombu==3.0.26 +kombu mercurial==3.4.1 oauth2client==1.4.11 pyasn1==0.1.7 From 5121fb237eeb2bb63fb3fdb29f0e5e1abcd215c0 Mon Sep 17 00:00:00 2001 From: deathowl Date: Sat, 12 Mar 2016 22:07:35 +0100 Subject: [PATCH 3/3] upgrade potentially insecure pkgs --- README.md | 1 + requirements.txt | 13 ++++++------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b3dce74..bc5fb0a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ustream/openduty) [![image](https://api.travis-ci.org/ustream/openduty.svg)](https://travis-ci.org/ustream/openduty) +[![Requirements Status](https://requires.io/github/openduty/openduty/requirements.svg?branch=master)](https://requires.io/github/openduty/openduty/requirements/?branch=master) #What is this? **Openduty** is an incident escalation tool, just like [Pagerduty](http://pagerduty.com) . It has a Pagerduty compatible API too. It's the result of the first [Ustream Hackathon](http://www.ustream.tv/blog/2014/03/27/hackathon-recap-21-ideas-11-teams-one-goal/). We enjoyed working on it. #Integrations diff --git a/requirements.txt b/requirements.txt index 464a949..ea808e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,8 @@ -Django==1.8.2 -argparse==1.2.1 -arrow==0.5.4 -celery==3.1.18 -distribute==0.7.3 -dj-database-url==0.3.0 +Django==1.8.11 +argparse==1.4.0 +arrow==0.7 +celery==3.1.23 +dj-database-url==0.4.0 django-annoying==0.8.2 django-auth-ldap==1.2.6 django-celery==3.1.16 @@ -29,7 +28,7 @@ python-ldap==2.4.19 pytz==2015.4 requests[security] mysql-python==1.2.5 -rsa==3.1.4 +rsa==3.3 six==1.9.0 slacker==0.6.2 sleekxmpp==1.3.1