Commit e2f00f12 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Updated requirements and setup.py

parent 340604c4
Loading
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
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
@@ -10,7 +10,7 @@ Flask-JWT-Extended==4.6.0
Jinja2==3.1.4
MarkupSafe==2.1.5
six==1.16.0
typing-extensions==3.10.0.2
typing-extensions>=4.8.0
Werkzeug==3.0.4
pytest==8.3.2
flake8==3.9.2
@@ -22,3 +22,4 @@ python-dateutil==2.9.0.post0
jinja2-time==0.2.0
text-unidecode==1.3
binaryornot==0.4.4
connexion[flask]>=3.0.0
+4 −3
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ with open(os.path.join(this_directory, "README_pipy.md"), encoding="utf-8") as f

setup(
    name="opencapif_sdk",
    version="0.1.21",
    version="0.1.22",
    author="JorgeEcheva, dgs-cgm",
    author_email="jorge.echevarriauribarri.practicas@telefonica.com, daniel.garciasanchez@telefonica.com",
    description=(
@@ -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",
@@ -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",
)