packagecontrol / channel

Package Control Libraries Channel
https://packagecontrol.github.io/channel/
3 stars 5 forks source link

Provide "pydantic" from pypi #11

Closed jfcherng closed 5 months ago

jfcherng commented 5 months ago

This also introduces annotated-types and pydantic-core, which are dependencies of pydantic.

For a plugin developer, he/she should use

{
    "*": {
        "*": [
            "annotated-types",
            "pydantic",
            "pydantic-core",
            "typing-extensions"
        ]
    }
}

in the dependencies.json.