Skip to content

Commit

Permalink
enabled newer versions of holidays
Browse files Browse the repository at this point in the history
  • Loading branch information
wfehr committed Jan 13, 2023
1 parent c450484 commit 534ad3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
install_requires=[
'django>=2.0,<5.0',
'django-polymorphic>=2.1.2,<3.2',
'holidays==0.9.10',
'holidays>=0.9.10,<=0.19',
],
include_package_data=True,
description='Date and time dependend content manipulation',
Expand Down

0 comments on commit 534ad3e

Please sign in to comment.