Move jsonschema to requirements.txt to missing dependency

This commit is contained in:
Rebecca Law
2016-11-02 14:02:06 +00:00
parent 36ac00811d
commit 83f3c92c24
3 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@@ -68,3 +68,5 @@ environment.sh
celerybeat-schedule
app/version.py
wheelhouse/

View File

@@ -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

View File

@@ -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