diff options
Diffstat (limited to 'pdm.lock')
| -rw-r--r-- | pdm.lock | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -2,11 +2,11 @@ # It is not intended for manual editing. [metadata] -groups = ["default"] +groups = ["default", "dev"] cross_platform = true static_urls = false lock_version = "4.3" -content_hash = "sha256:016b95dbec96cbb56ddfb6fd4a48e755887a9dae3bfe55c4d05ef01384484c41" +content_hash = "sha256:c7497b9218fb5f6908c41773b2e7ef6410610256d2f6ac862bceacfce18bd988" [[package]] name = "aiohttp" @@ -685,6 +685,16 @@ files = [ ] [[package]] +name = "pip" +version = "24.0" +requires_python = ">=3.7" +summary = "The PyPA recommended tool for installing Python packages." +files = [ + {file = "pip-24.0-py3-none-any.whl", hash = "sha256:ba0d021a166865d2265246961bec0152ff124de910c5cc39f1156ce3fa7c69dc"}, + {file = "pip-24.0.tar.gz", hash = "sha256:ea9bd1a847e8c5774a5777bb398c19e80bcd4e2aa16a4b301b718fe6f593aba2"}, +] + +[[package]] name = "pydantic" version = "2.6.0" requires_python = ">=3.8" |
