Merge pull request #176 from aceisace/hotfix/arrow_dependency

Hotfix/arrow dependency
This commit is contained in:
Ace 2021-02-26 22:23:30 +01:00 committed by GitHub
commit 39815d9501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ icalendar==4.0.6 # iCalendar parsing
recurring-ical-events==0.1.17b0 # parse recurring events
feedparser==5.2.1 # parse RSS-feeds
numpy>=1.18.2 # image pre-processing #pre-installed on Raspbian, omitting
arrow>=0.15.6 # time operations
arrow==0.17.0 # time operations
Flask==1.1.2 # webserver
Flask-WTF==0.14.3 # webforms
todoist-python==8.1.2 # todoist api

View File

@ -19,7 +19,7 @@ __install_requires__ = ['pyowm==3.1.1', # weather
'recurring-ical-events==0.1.17b0',# parse recurring events
'feedparser==5.2.1', # RSS-feeds
# 'numpy>=1.18.2', # image pre-processing -> removed for issues with rpi os
'arrow>=0.15.6', # time handling
'arrow==0.17.0', # time handling
'Flask==1.1.2', # webserver
'Flask-WTF==0.14.3', # webforms
'todoist-python==8.1.2', # todoist api