fixed typo

This commit is contained in:
Ace 2020-06-05 00:47:09 +02:00 committed by GitHub
parent ec5ee4dd88
commit aff7a59df0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ __install_requires__ = ['pyowm==2.10.0', # weather
'recurring-ical-events==0.1.16b0',# parse recurring events
'feedparser==5.2.1', # parse RSS-feeds
'numpy>=1.18.3', # image pre-processing
'arrow>=0.15.6' # time handling
'arrow>=0.15.6', # time handling
'jsmin>=2.2.2' # Parsing jsonc file
]