Skip to content

Commit 2de5f28

Browse files
committed
deps: add varname as an optional dependency
1 parent acf4e5e commit 2de5f28

File tree

2 files changed

+69
-24
lines changed

2 files changed

+69
-24
lines changed

poetry.lock

+63-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+6
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ classifiers = [
1717
[tool.poetry.dependencies]
1818
python = "^3.6"
1919

20+
# Optional dependency:
21+
varname = {version = ">=0.1", optional = true}
22+
23+
[tool.poetry.extras]
24+
varname = ["varname"]
25+
2026
[tool.poetry.dev-dependencies]
2127
pytest = "^6.2.1"
2228
mypy = "^0.790"

0 commit comments

Comments
 (0)