Refresh base image and python dependencies

This commit is contained in:
Jake Moshenko 2016-01-27 11:36:40 -05:00
parent daab1b3964
commit 01a92a66ba
7 changed files with 81 additions and 67 deletions

View file

@ -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__)