diff options
Diffstat (limited to 'lcm')
-rw-r--r-- | lcm/requirements.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lcm/requirements.txt b/lcm/requirements.txt index becca468..f17f8578 100644 --- a/lcm/requirements.txt +++ b/lcm/requirements.txt @@ -1,3 +1,5 @@ +jsonschema==3.2.0 + # rest framework Django==2.1.10 djangorestframework==3.10.0 @@ -31,4 +33,4 @@ onappylog==1.0.9 # uwsgi for parallel processing uwsgi -PyYAML==5.3.1
\ No newline at end of file +PyYAML==5.4.1
\ No newline at end of file |