Merge "Remove Six"

This commit is contained in:
Zuul 2021-05-06 08:10:05 +00:00 committed by Gerrit Code Review
commit 66d4c2c803
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