diff options
author | Benjamin Copeland <ben.copeland@linaro.org> | 2020-03-06 17:12:28 +0000 |
---|---|---|
committer | Kelley Spoon <kelley.spoon@linaro.org> | 2020-05-02 17:47:29 +0000 |
commit | 88421a3ca3605e19975e60879a40e52c58a7ba98 (patch) | |
tree | 9e589c49db387fdf2245264328ab06387ac48529 | |
parent | 39a14558553f2a319c85eba8388ede1e0aefce56 (diff) | |
download | linaro-license-protection-88421a3ca3605e19975e60879a40e52c58a7ba98.tar.gz |
Whitenoise: Version lock
We need version lock whitenoise due to python2 support. :(
Change-Id: Ibb1edd633b8b0447430c23fc4bd64eb88bc83e25
Reviewed-on: https://review.linaro.org/c/infrastructure/linaro-license-protection/+/34511
Reviewed-by: Kelley Spoon <kelley.spoon@linaro.org>
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 489439f..76df38f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,4 @@ python-openid requests testrepository textile -whitenoise +whitenoise==5.0 |