Refactor sun component for correctness (#7295)
* Refactor sun component for correctness * Convert datetimes to dates for astral * Fix tests for updated code * Fix times now that calcs are fixed * Move sun functions to helpers * Fix flake on new file * Additional tweaks from review * Update requirements
This commit is contained in:
parent
419d97fc06
commit
40d27cde0e
19 changed files with 754 additions and 756 deletions
3
setup.py
3
setup.py
|
@ -24,7 +24,8 @@ REQUIRES = [
|
|||
'typing>=3,<4',
|
||||
'aiohttp==2.0.7',
|
||||
'async_timeout==1.2.1',
|
||||
'chardet==3.0.2'
|
||||
'chardet==3.0.2',
|
||||
'astral==1.4',
|
||||
]
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue