Commit 6a042f98 authored by guillecxb's avatar guillecxb
Browse files

jms versions

parent d63d5a4f
Loading
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -7,9 +7,9 @@ with open(os.path.join(this_directory, "README_pipy.md"), encoding="utf-8") as f

setup(
    name="opencapif_sdk",
    version="0.1.21",
    author="JorgeEcheva, dgs-cgm",
    author_email="jorge.echevarriauribarri.practicas@telefonica.com, daniel.garciasanchez@telefonica.com",
    version="0.1.22",
    author="Guillermo Sanz López. Miguel Ángel Adorna Ruiz",
    author_email="guillermo.sanzlopez@telefonica.com, miguelangel.adornaruiz@telefonica.com",
    description=(
        "This repository develops a Python Software Development Kit(SDK) which focuses on "
        "connecting to OpenCAPIF (Common API Framework for 3GPP Northbound APIs) in a simple way, "
@@ -30,8 +30,8 @@ setup(
    install_requires=[
        "requests==2.32.3",
        "PyYAML==6.0.1",
        "cryptography==38.0.4",
        "pyOpenSSL==22.1.0",
        "cryptography==43.0.1",
        "pyOpenSSL==24.2.1",
        "urllib3==2.2.2",
        "certifi==2024.7.4",
        "idna==3.7",
@@ -40,7 +40,7 @@ setup(
        "Jinja2==3.1.4",
        "MarkupSafe==2.1.5",
        "six==1.16.0",
        "typing-extensions>=4.8.0",
        "typing-extensions>=4.11.0",
        "Werkzeug==3.0.4",
        "pytest==8.3.2",
        "flake8==3.9.2",
@@ -52,6 +52,7 @@ setup(
        "jinja2-time==0.2.0",
        "text-unidecode==1.3",
        "binaryornot==0.4.4",
        "connexion[flask]>=3.0.0"
    ],
    url="https://github.com/Telefonica/pesp_capif_sdk",
)