Skip to content

Commit

Permalink
fix extras_require
Browse files Browse the repository at this point in the history
  • Loading branch information
Laerte committed Nov 14, 2022
1 parent c7bc0d2 commit 807dc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -34,7 +34,7 @@
'console_scripts': ['dateparser-download = dateparser_cli.cli:entrance'],
},
extras_require={
'calendars:python_version': ['hijri-converter', 'convertdate'],
'calendars': ['hijri-converter', 'convertdate'],
'fasttext': ['fasttext'],
'langdetect': ['langdetect'],
},
Expand Down

0 comments on commit 807dc43

Please sign in to comment.