This is an automated email from the ASF dual-hosted git repository. dill0wn pushed a commit to branch python3.7 in repository https://gitbox.apache.org/repos/asf/allura.git
commit da2680afd3db3e49e7940850dc456c340c74f1f9 Author: Dillon Walls <[email protected]> AuthorDate: Thu Feb 17 10:50:41 2022 -0500 python3.7 - remove python_version conditional on pillow package --- requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 99e8edb..0cea305 100644 --- a/requirements.txt +++ b/requirements.txt @@ -112,9 +112,7 @@ pastedeploy==2.0.1 # pastescript pastescript==3.1.0 # via -r requirements.in -pillow==8.3.2 ; python_version < "3.7" - # via -r requirements.in -pillow==9.0.0 ; python_version >= "3.7" +pillow==9.0.0 # via -r requirements.in profanityfilter==2.0.6 # via -r requirements.in
