synced packages from requirement file
This commit is contained in:
parent
091f582818
commit
4469169adc
4
setup.py
4
setup.py
@ -9,11 +9,11 @@ __author_email__ = "aceisace63@yahoo.com"
|
|||||||
__url__ = "https://github.com/aceisace/Inky-Calendar"
|
__url__ = "https://github.com/aceisace/Inky-Calendar"
|
||||||
|
|
||||||
__install_requires__ = ['pyowm==2.10.0', # weather
|
__install_requires__ = ['pyowm==2.10.0', # weather
|
||||||
'Pillow>=7.0.0' , # imaging
|
'Pillow>=7.1.1' , # imaging
|
||||||
'icalendar==4.0.6', # iCalendar parsing
|
'icalendar==4.0.6', # iCalendar parsing
|
||||||
'recurring-ical-events==0.1.17b0',# parse recurring events
|
'recurring-ical-events==0.1.17b0',# parse recurring events
|
||||||
'feedparser==5.2.1', # parse RSS-feeds
|
'feedparser==5.2.1', # parse RSS-feeds
|
||||||
'numpy>=1.18.3', # image pre-processing
|
'numpy>=1.18.2', # image pre-processing
|
||||||
'arrow>=0.15.6', # time handling
|
'arrow>=0.15.6', # time handling
|
||||||
'jsmin>=2.2.2' # Parsing jsonc file
|
'jsmin>=2.2.2' # Parsing jsonc file
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user