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 ecb4954 commit 4e9c88aCopy full SHA for 4e9c88a
pyproject.toml
@@ -48,8 +48,7 @@ doc = [
48
"markdown-include",
49
"mkdocstrings",
50
"mkdocs-minify-plugin",
51
- "mkdocs-git-revision-date-localized-plugin",
52
- "factory-boy >= 3.3.0"
+ "mkdocs-git-revision-date-localized-plugin"
53
]
54
55
[project.urls]
@@ -68,8 +67,8 @@ test = [
68
67
"ruff ==0.1.9",
69
"mypy == 1.8.0",
70
"autoflake",
71
- "types-Pillow",
72
"ellar-cli >= 0.3.3",
+ "factory-boy >= 3.3.0"
73
74
75
[tool.ruff]
0 commit comments