Skip to content

Commit

Permalink
Make calanders extras (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
waqasshabbir committed Mar 13, 2017
1 parent 1c46c64 commit 66efec7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -288,3 +288,9 @@ Supported Calendars

.. note:: `HijriCalendar` has some limitations with Python 3.
.. note:: For `Finnish` language, please specify `settings={'SKIP_TOKENS': []}` to correctly parse freshness dates.


Install using following command to use calendars.

.. tip::
pip install dateparser[calendars]
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
install_requires=[
'python-dateutil',
'ruamel.yaml',
'jdatetime',
'umalqurra',
'pytz',
'regex',
'tzlocal',
'convertdate'
],
extra_requires={
'calendars': ['convertdate', 'umalqurra', 'jdatetime'],
},
license="BSD",
zip_safe=False,
keywords='dateparser',
Expand Down

0 comments on commit 66efec7

Please sign in to comment.