Lock pyowm to v2.10.0
The new release v3.0.0 is not backwards compatible. To prevent the weather module from breaking, pyowm v2.10.0 will be installed. Fix for "AttributeError: 'OWM' object has no attribute 'weaher_at_place'"
This commit is contained in:
		
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							| @@ -8,7 +8,7 @@ __author__ = "aceisace" | |||||||
| __author_email__ = "aceisace63@yahoo.com" | __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.0.0' ,                 # imaging | ||||||
|                         'icalendar==4.0.6',               # iCalendar parsing |                         'icalendar==4.0.6',               # iCalendar parsing | ||||||
|                         'recurring-ical-events==0.1.16b0',# parse recurring events |                         'recurring-ical-events==0.1.16b0',# parse recurring events | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user