Remove Six

Change-Id: I0a7a770165f4841ab5d81cb13645c063aedccebf
This commit is contained in:
xuanyandong 2021-01-02 10:25:29 +08:00
parent 599e92589a
commit fea43c4dd2
2 changed files with 2 additions and 3 deletions

View File

@ -21,7 +21,7 @@ from oslo_concurrency.fixture import lockutils as lock_fixture
from oslo_concurrency import lockutils from oslo_concurrency import lockutils
from oslo_config import cfg from oslo_config import cfg
from oslo_config import fixture as config_fixture from oslo_config import fixture as config_fixture
from six.moves.urllib import parse as urlparse from urllib import parse as urlparse
from coverage2sql.db import api as db_api from coverage2sql.db import api as db_api
from coverage2sql.migrations import cli from coverage2sql.migrations import cli

View File

@ -13,5 +13,4 @@ testtools>=1.4.0 # MIT
PyMySQL>=0.7.6 # MIT License PyMySQL>=0.7.6 # MIT License
psycopg2>=2.5 # LGPL/ZPL psycopg2>=2.5 # LGPL/ZPL
stestr>=1.0.0 # Apache-2.0 stestr>=1.0.0 # Apache-2.0
oslo.concurrency>=3.8.0 # Apache-2.0 oslo.concurrency>=3.8.0 # Apache-2.0
six>=1.9.0 # MIT