mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-12 00:02:36 -05:00
Move jsonschema to requirements.txt to missing dependency
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -68,3 +68,5 @@ environment.sh
|
|||||||
celerybeat-schedule
|
celerybeat-schedule
|
||||||
|
|
||||||
app/version.py
|
app/version.py
|
||||||
|
|
||||||
|
wheelhouse/
|
||||||
@@ -17,6 +17,7 @@ boto3==1.4.0
|
|||||||
celery==3.1.23
|
celery==3.1.23
|
||||||
monotonic==1.2
|
monotonic==1.2
|
||||||
statsd==3.2.1
|
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
|
git+https://github.com/alphagov/notifications-python-client.git@1.3.0#egg=notifications-python-client==1.3.0
|
||||||
|
|
||||||
|
|||||||
@@ -8,5 +8,4 @@ moto==0.4.25
|
|||||||
flex==5.8.0
|
flex==5.8.0
|
||||||
freezegun==0.3.7
|
freezegun==0.3.7
|
||||||
requests-mock==1.0.0
|
requests-mock==1.0.0
|
||||||
jsonschema==2.5.1
|
|
||||||
strict-rfc3339==0.7
|
strict-rfc3339==0.7
|
||||||
|
|||||||
Reference in New Issue
Block a user