diff options
author | Kelley Spoon <kelley.spoon@linaro.org> | 2020-05-02 13:41:21 -0500 |
---|---|---|
committer | Kelley Spoon <kelley.spoon@linaro.org> | 2020-05-02 18:42:41 +0000 |
commit | c1633ecc22806843950cf985c5dfc837a46b5593 (patch) | |
tree | f5332d708c23ac6d3031e00ddba334782b35c130 | |
parent | 3d97c57b6e6710d6931e92495eb026d4b99849b0 (diff) | |
download | linaro-license-protection-c1633ecc22806843950cf985c5dfc837a46b5593.tar.gz |
gevent: add gevent as a requirement
By adding in gunicorn, gevent was picked up as a dependency.
Change-Id: I984e1c70563349107df8b1b550fdb870b2bc6e8b
Reviewed-on: https://review.linaro.org/c/infrastructure/linaro-license-protection/+/35004
Reviewed-by: Kelley Spoon <kelley.spoon@linaro.org>
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index e31191e..555c234 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,3 +15,4 @@ testrepository textile whitenoise==5.0 gunicorn==19.7.1 +gevent |