Fixed typo
This commit is contained in:
parent
b1afebae78
commit
8d88375202
4
setup.py
4
setup.py
@ -15,8 +15,8 @@ __install_requires__ = ['pyowm==2.10.0', # weather
|
|||||||
'feedparser==5.2.1', # parse RSS-feeds
|
'feedparser==5.2.1', # parse RSS-feeds
|
||||||
'numpy>=1.18.2', # image pre-processing
|
'numpy>=1.18.2', # image pre-processing
|
||||||
'arrow>=0.15.6', # time handling
|
'arrow>=0.15.6', # time handling
|
||||||
'Flask==1.1.2' # webserver
|
'Flask==1.1.2', # webserver
|
||||||
'Flask-WTF==0.14.3' # webforms
|
'Flask-WTF==0.14.3', # webforms
|
||||||
]
|
]
|
||||||
|
|
||||||
__classifiers__ = [
|
__classifiers__ = [
|
||||||
|
Loading…
Reference in New Issue
Block a user