We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f296a commit aad049eCopy full SHA for aad049e
.gitignore
@@ -7,3 +7,4 @@ dist
7
*.egg-info
8
.pytest_cache
9
.ruff_cache
10
+venv
pyproject.toml
@@ -24,6 +24,12 @@ classifiers = [
24
dependencies = ["attrs>=24.2.0", "cattrs>=24.1.1"]
25
dynamic = ["version"]
26
27
+[project.optional-dependencies]
28
+dev = [
29
+ "pytest",
30
+]
31
+
32
33
[project.scripts]
34
btrup = "btrup:main"
35
0 commit comments