Skip to content

Commit ffcce20

Browse files
committed
Requirements adjustments
- Legacy-Id: 17329
1 parent 0889245 commit ffcce20

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ markdown2>=2.3.8
3939
mock>=2.0.0
4040
mysqlclient>=1.3.13
4141
oauth2client>=4.0.0 # required by google-api-python-client, but not always pulled in
42-
patch>=1.16,<2.0
4342
pathlib>=1.0
4443
pathlib2>=2.3.0
4544
Pillow>=3.0
@@ -66,6 +65,6 @@ typing>=3.7.4.1
6665
Unidecode>=0.4.18
6766
#wsgiref>=0.1.2
6867
xml2rfc>=2.35.0
69-
xym==0.4.2,<1.0
68+
xym>=0.4.4,!=0.4.7,<1.0
7069
#zxcvbn-python>=4.4.14 # Not needed until we do back-end password entropy validation
7170

requirements3.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ mock>=2.0.0
4141
mypy==0.750 # Version requirements determined by django-stubs.
4242
mysqlclient>=1.3.13
4343
oauth2client>=4.0.0 # required by google-api-python-client, but not always pulled in
44-
patch>=1.16,<2.0
4544
pathlib>=1.0
4645
pathlib2>=2.3.0
4746
Pillow>=3.0
@@ -67,6 +66,6 @@ tqdm>=3.7.0
6766
Unidecode>=0.4.18
6867
#wsgiref>=0.1.2
6968
xml2rfc>=2.9.3,!=2.6.0
70-
xym==0.4.2,<1.0
69+
xym>=0.4.4,!=0.4.7,<1.0
7170
#zxcvbn-python>=4.4.14 # Not needed until we do back-end password entropy validation
7271

0 commit comments

Comments
 (0)