A little bit of clean up.

- Remove the deploy to staging | live links in the README
- Update most of the outdated requirements. Left Flask update out for now.
This commit is contained in:
Rebecca Law
2016-09-05 16:45:54 +01:00
parent 64bb12c866
commit 4d1c34fcce
3 changed files with 10 additions and 12 deletions

View File

@@ -11,7 +11,7 @@ from app.celery.scheduled_tasks import (delete_verify_codes,
run_scheduled_jobs)
from app.dao.jobs_dao import dao_get_job_by_id
from tests.app.conftest import sample_notification, sample_job
from mock import call
from unittest.mock import call
def test_should_have_decorated_tasks_functions():