diff --git a/.gitignore b/.gitignore index 3350c3437..2194aa0bc 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,5 @@ environment.sh celerybeat-schedule app/version.py + +wheelhouse/ \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index dba7c2cfc..bb3d99925 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,6 +17,7 @@ boto3==1.4.0 celery==3.1.23 monotonic==1.2 statsd==3.2.1 +jsonschema==2.5.1 git+https://github.com/alphagov/notifications-python-client.git@1.3.0#egg=notifications-python-client==1.3.0 diff --git a/requirements_for_test.txt b/requirements_for_test.txt index e7ded4dff..869499383 100644 --- a/requirements_for_test.txt +++ b/requirements_for_test.txt @@ -8,5 +8,4 @@ moto==0.4.25 flex==5.8.0 freezegun==0.3.7 requests-mock==1.0.0 -jsonschema==2.5.1 strict-rfc3339==0.7