We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14fa012 commit 96820aeCopy full SHA for 96820ae
requirements.txt
@@ -34,8 +34,9 @@ rich >= 10.1.0
34
setuptools >= 57.0.0
35
sidetrack >= 1.4.0
36
37
-# Handprint doesn't use six, but it's used by dateparser, and apparently
38
-# installation of dateparser doesn't cause installation of six.
+# Handprint doesn't use six or regex, but they're used by dateparser, and
+# apparently installation of dateparser doesn't cause their installation.
39
+regex >= regex-2021.4.4
40
six >= 1.16.0
41
42
StringDist >= 1.0.9
0 commit comments