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.
2 parents 2b20000 + 30aeaf2 commit e98e7adCopy full SHA for e98e7ad
pyproject.toml
@@ -57,8 +57,8 @@ Homepage = "https://eadwincode.github.io/ellar/"
57
58
[project.optional-dependencies]
59
test = [
60
- "pytest >=7.1.3,<8.0.0",
61
- "pytest-cov >=2.12.0,<4.0.0",
+ "pytest >=6.2.4,<8.0.0",
+ "pytest-cov >=2.12.0,<5.0.0",
62
"mypy ==0.971",
63
"flake8 >=3.8.3,<4.0.0",
64
"black ==22.8.0",
@@ -90,8 +90,8 @@ all = [
90
"email_validator >=1.1.1,<2.0.0",
91
]
92
doc = [
93
- "mkdocs",
94
- "mkdocs-material >=7.1.9,<8.0.0",
+ "mkdocs >=1.1.2,<2.0.0",
+ "mkdocs-material >=7.1.9,<9.0.0",
95
"mdx-include >=1.4.1,<2.0.0",
96
"mkdocs-markdownextradata-plugin >=0.1.7,<0.3.0",
97
"markdown-include",
0 commit comments