Skip to content

Commit d8fcee3

Browse files
committed
dependency markers for main dependencies
1 parent ddacbb6 commit d8fcee3

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ classifiers = [
3939
"Programming Language :: Python :: Implementation :: PyPy",
4040
]
4141
dependencies = [
42-
"cappa",
43-
"cookiecutter",
44-
"cruft",
45-
"djlint",
46-
"httpx",
47-
"rich",
48-
"tomlkit",
42+
"cappa>=0.26.0",
43+
"cookiecutter>=2.6.0",
44+
"cruft>=2.15.0",
45+
"djlint>=1.36.3",
46+
"httpx>=0.28.1",
47+
"rich>=13.9.4",
4948
"ruff-api<=0.1.0",
49+
"tomlkit>=0.13.2",
5050
]
5151

5252
urls.Documentation = "https://falco.oluwatobi.dev/"

uv.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)