Remove iso8601 dependency
Mistral does not import and use this module directly, no need to list it in the requirements and no need to set debug level for this module. DocImpact Change-Id: I42d5661dce0d23777fc5801c20a3a7c86756007d
This commit is contained in:
parent
90934209cb
commit
91f35ae9fb
@ -151,7 +151,6 @@ _DEFAULT_LOG_LEVELS = [
|
||||
'amqp=WARN',
|
||||
'sqlalchemy=WARN',
|
||||
'oslo_messaging=INFO',
|
||||
'iso8601=WARN',
|
||||
'eventlet.wsgi.server=WARN',
|
||||
'stevedore=INFO',
|
||||
'oslo_service.periodic_task=INFO',
|
||||
|
@ -6,7 +6,6 @@ argparse
|
||||
Babel>=1.3
|
||||
croniter>=0.3.4 # MIT License
|
||||
eventlet>=0.17.4
|
||||
iso8601>=0.1.9
|
||||
jsonschema!=2.5.0,<3.0.0,>=2.0.0
|
||||
keystonemiddleware!=2.4.0,>=2.0.0
|
||||
mock>=1.2
|
||||
|
Loading…
Reference in New Issue
Block a user