Skip to content

Commit

Permalink
Add another hidden requirement of dateparser
Browse files Browse the repository at this point in the history
  • Loading branch information
mhucka committed Jun 22, 2021
1 parent 14fa012 commit 96820ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ rich >= 10.1.0
setuptools >= 57.0.0
sidetrack >= 1.4.0

# Handprint doesn't use six, but it's used by dateparser, and apparently
# 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.
regex >= regex-2021.4.4
six >= 1.16.0

StringDist >= 1.0.9
Expand Down

0 comments on commit 96820ae

Please sign in to comment.