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 36850b8 commit 62f87baCopy full SHA for 62f87ba
pyproject.toml
@@ -35,17 +35,17 @@ classifiers = [
35
]
36
requires-python = ">=3.10"
37
dependencies = [
38
- "argcomplete>=3.6.2,<4",
39
- "imagesize>=1.4,<1.5",
40
- "lunr[languages]>=0.7,<0.9",
41
- "markdownify>=1.2,<1.3",
42
- "Mastodon.py>=2.1,<2.2",
43
- "orjson>=3.10,<3.12",
44
- "packaging>=20,<26",
45
- "rich_argparse>=1,<1.8",
46
- "python-frontmatter>=1,<2",
+ "argcomplete>=3.6.3,<4",
+ "imagesize>=1.4.1,<1.5",
+ "lunr[languages]>=0.8.0,<0.9",
+ "markdownify>=1.2.2,<1.3",
+ "Mastodon.py>=2.1.4,<2.2",
+ "orjson>=3.11.4,<3.12",
+ "packaging>=25,<26",
+ "rich_argparse>=1.7.2,<1.8",
+ "python-frontmatter>=1.1.0,<2",
47
"requests>=2.32.5,<3",
48
- "typing-extensions>=4,<5 ; python_version < '3.11'",
+ "typing-extensions>=4.15,<5 ; python_version < '3.11'",
49
50
51
[project.optional-dependencies]
0 commit comments