Delete Flask Dependence

we do not need flask dependence

Change-Id: I52bd9096952e263f8699d62a7826eadaa3fb4385
This commit is contained in:
jiangwt100 2013-06-14 17:50:33 +08:00
parent 0442a0034f
commit 675bdbd15e
2 changed files with 0 additions and 5 deletions

View File

@ -15,12 +15,8 @@
# License for the specific language governing permissions and limitations
# under the License.
import flask.helpers
from oslo.config import cfg
from ironic.openstack.common import jsonutils
flask.helpers.json = jsonutils
API_SERVICE_OPTS = [
cfg.StrOpt('ironic_api_bind_ip',

View File

@ -22,6 +22,5 @@ python-keystoneclient>=0.2.0
stevedore>=0.7
websockify<0.4
oslo.config>=1.1.0
Flask==0.9
pecan>=0.2.0
wsme>=0.5b1