add requirement
This commit is contained in:
parent
fce16c6cdd
commit
dff626fb2d
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ Details for the API : https://developer.forecast.io/docs/v2
|
|||
import logging
|
||||
from datetime import timedelta
|
||||
|
||||
REQUIREMENTS = ['python-forecastio>=1.3.3']
|
||||
|
||||
try:
|
||||
import forecastio
|
||||
except ImportError:
|
||||
|
|
Loading…
Add table
Reference in a new issue