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_config import cfg
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.migrations import cli

View File

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