Refresh base image and python dependencies
This commit is contained in:
parent
daab1b3964
commit
01a92a66ba
7 changed files with 81 additions and 67 deletions
|
@ -1,11 +1,10 @@
|
|||
import urlparse
|
||||
import github
|
||||
import json
|
||||
import logging
|
||||
import time
|
||||
|
||||
from cachetools.func import TTLCache
|
||||
from jwkest.jwk import KEYS, keyrep
|
||||
from cachetools import TTLCache
|
||||
from jwkest.jwk import KEYS
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
|
Reference in a new issue