Skip to content

Commit 96820ae

Browse files
committed
Add another hidden requirement of dateparser
1 parent 14fa012 commit 96820ae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

requirements.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ rich >= 10.1.0
3434
setuptools >= 57.0.0
3535
sidetrack >= 1.4.0
3636

37-
# Handprint doesn't use six, but it's used by dateparser, and apparently
38-
# installation of dateparser doesn't cause installation of six.
37+
# Handprint doesn't use six or regex, but they're used by dateparser, and
38+
# apparently installation of dateparser doesn't cause their installation.
39+
regex >= regex-2021.4.4
3940
six >= 1.16.0
4041

4142
StringDist >= 1.0.9

0 commit comments

Comments
 (0)