File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ markdown2>=2.3.8
3939mock >= 2.0.0
4040mysqlclient >= 1.3.13
4141oauth2client >= 4.0.0 # required by google-api-python-client, but not always pulled in
42- patch >= 1.16 ,< 2.0
4342pathlib >= 1.0
4443pathlib2 >= 2.3.0
4544Pillow >= 3.0
@@ -66,6 +65,6 @@ typing>=3.7.4.1
6665Unidecode >= 0.4.18
6766#wsgiref>=0.1.2
6867xml2rfc >= 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
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ mock>=2.0.0
4141mypy==0.750 # Version requirements determined by django-stubs.
4242mysqlclient>=1.3.13
4343oauth2client>=4.0.0 # required by google-api-python-client, but not always pulled in
44- patch>=1.16,<2.0
4544pathlib>=1.0
4645pathlib2>=2.3.0
4746Pillow>=3.0
@@ -67,6 +66,6 @@ tqdm>=3.7.0
6766Unidecode>=0.4.18
6867#wsgiref>=0.1.2
6968xml2rfc>=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
You can’t perform that action at this time.
0 commit comments