Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Oslo dependency #381

Open
jcralbino opened this issue Jul 4, 2024 · 0 comments
Open

Remove Oslo dependency #381

jcralbino opened this issue Jul 4, 2024 · 0 comments

Comments

@jcralbino
Copy link

Hello

This package is using as a dependency some Oslo packages that are not maintained correctly

Based in the code this can be removed as a requirement and use the well maintained package

'''
try:
from oslo_log import log as logging
except ImportError: # pragma: no cover
import logging

try:
from oslo_serialization import jsonutils
except ImportError: # pragma: no cover
import json as jsonutils
'''

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant