Skip to content

Commit

Permalink
Add no-dependencies clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
CarrotManMatt authored Feb 2, 2025
1 parent 6b7c7b7 commit 38bc0b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,13 @@ v1.0, 27/12/2024
:url-uv-wiki-dependencies-adding: {url-uv-wiki}/concepts/projects#managing-dependencies
:url-pip-home: https://pip.pypa.io
:url-pip: {url-pip-home}
:url-library-typing-extensions: {_url-github}/python/typing-extensions

:labelled-url-python: {url-python}[Python]
:labelled-url-pypi: {url-pypi}[PyPI]
:labelled-url-pip: {url-pip}[pip]
:labelled-url-uv: {url-uv}[uv]
:labelled-url-library-typing-extensions: {url-library-typing-extensions}[`+typing-extensions+`]

image:https://img.shields.io/badge/%F0%9F%A5%95-typed__classproperties-blue[Pydowndoc,link={url-project-repository}]
image:https://img.shields.io/pypi/v/typed_classproperties[PyPI Version,link={url-project-pypi}]
Expand All @@ -56,7 +58,7 @@ image:https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astr
****
Typed decorators for `+classproperty+` and `+cached_classproperty+`.
**Python 3 compatible only**. **No dependencies**.
**Python 3 compatible only**. **No dependencies**footnote:[The library {labelled-url-library-typing-extensions} is required when running with {labelled-url-python} < 3.12].
****

== Installation
Expand Down

0 comments on commit 38bc0b3

Please sign in to comment.