Changed component REQUIREMENTS to absolute versions.
This commit is contained in:
parent
6fdf9b8d7c
commit
893ae15042
42 changed files with 53 additions and 49 deletions
|
@ -49,7 +49,7 @@ Details for the API : https://developer.forecast.io/docs/v2
|
|||
import logging
|
||||
from datetime import timedelta
|
||||
|
||||
REQUIREMENTS = ['python-forecastio>=1.3.3']
|
||||
REQUIREMENTS = ['python-forecastio==1.3.3']
|
||||
|
||||
try:
|
||||
import forecastio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue