MTES-MCT / metadata-postgresql

Plume : gestion des métadonnées du patrimoine PostgreSQL
https://mtes-mct.github.io/metadata-postgresql/
GNU Affero General Public License v3.0
1 stars 1 forks source link

Bibliothèque `typing-extensions` manquante #45

Closed alhyss closed 2 years ago

alhyss commented 2 years ago

Fiche PyPi : https://pypi.org/project/typing-extensions/. Dépendance de importlib-metadata pour les versions de python inférieures à la 3.8.

C'est a priori la seule qui nous manquait et c'est la seule bibliothèque dont je n'avais pas listé les dépendances (grave erreur !).


from importlib_metadata import requires 
requires('importlib-metadata')
['zipp (>=0.5)', 'typing-extensions (>=3.6.4) ; python_version < "3.8"', "sphinx ; extra == 'docs'", "jaraco.packaging (>=9) ; extra == 'docs'", "rst.linker (>=1.9) ; extra == 'docs'", "ipython ; extra == 'perf'", "pytest (>=6) ; extra == 'testing'", "pytest-checkdocs (>=2.4) ; extra == 'testing'", "pytest-flake8 ; extra == 'testing'", "pytest-cov ; extra == 'testing'", "pytest-enabler (>=1.0.1) ; extra == 'testing'", "packaging ; extra == 'testing'", "pyfakefs ; extra == 'testing'", "flufl.flake8 ; extra == 'testing'", "pytest-perf (>=0.9.2) ; extra == 'testing'", 'pytest-black (>=0.3.7) ; (platform_python_implementation != "PyPy") and extra == \'testing\'', 'pytest-mypy (>=0.9.1) ; (platform_python_implementation != "PyPy") and extra == \'testing\'', 'importlib-resources (>=1.3) ; (python_version < "3.9") and extra == \'testing\'']

typing-extensions n'a elle-même pas de dépendance.

À ajouter dans un patch 0.3.2 bêta à sortir aujourd'hui ?

WREATCHED commented 2 years ago

Corrigé : Dans le version 0.3.2 Bëta (31/03/2022) Validé par Michael de la DRAAF AURA (Merci à lui)