From ffcce20e9f12a17b57a92dd8c059c0623a1c9afb Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sun, 23 Feb 2020 16:19:29 +0000 Subject: [PATCH] Requirements adjustments - Legacy-Id: 17329 --- requirements.txt | 3 +-- requirements3.txt | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6f2739653..c03399a10 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,6 @@ markdown2>=2.3.8 mock>=2.0.0 mysqlclient>=1.3.13 oauth2client>=4.0.0 # required by google-api-python-client, but not always pulled in -patch>=1.16,<2.0 pathlib>=1.0 pathlib2>=2.3.0 Pillow>=3.0 @@ -66,6 +65,6 @@ typing>=3.7.4.1 Unidecode>=0.4.18 #wsgiref>=0.1.2 xml2rfc>=2.35.0 -xym==0.4.2,<1.0 +xym>=0.4.4,!=0.4.7,<1.0 #zxcvbn-python>=4.4.14 # Not needed until we do back-end password entropy validation diff --git a/requirements3.txt b/requirements3.txt index 826cb31e3..15e1d796d 100644 --- a/requirements3.txt +++ b/requirements3.txt @@ -41,7 +41,6 @@ mock>=2.0.0 mypy==0.750 # Version requirements determined by django-stubs. mysqlclient>=1.3.13 oauth2client>=4.0.0 # required by google-api-python-client, but not always pulled in -patch>=1.16,<2.0 pathlib>=1.0 pathlib2>=2.3.0 Pillow>=3.0 @@ -67,6 +66,6 @@ tqdm>=3.7.0 Unidecode>=0.4.18 #wsgiref>=0.1.2 xml2rfc>=2.9.3,!=2.6.0 -xym==0.4.2,<1.0 +xym>=0.4.4,!=0.4.7,<1.0 #zxcvbn-python>=4.4.14 # Not needed until we do back-end password entropy validation