You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2022/02/23 21:39:39 UTC

[allura] 02/07: python3.7 - remove python_version conditional on pillow package

This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git

commit 86f21372c6e1b197516cde489b74e2505e31308a
Author: Dillon Walls <di...@slashdotmedia.com>
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