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.
pydantic
1 parent 2386ab5 commit a3b1229Copy full SHA for a3b1229
1 file changed
pyproject.toml
@@ -19,7 +19,7 @@ include = [
19
]
20
21
[tool.poetry.dependencies]
22
-python = "^3.6"
+python = "^3.6.1"
23
astunparse = {version = "^1.6.3", python = "<3.9"}
24
cached-property = {version = "^1.5.2", python = "<3.8"}
25
dataclasses = {version = ">=0.7,<0.9", python = "3.6"}
@@ -57,6 +57,7 @@ pytest-sugar = "^0.9.4"
57
pytest-xdist = "^2.2.0"
58
toml = "^0.10.2"
59
wemake-python-styleguide = "^0.14.1"
60
+pydantic = "^1.8.1"
61
marshmallow = "^3.11.1"
62
63
[tool.poetry.scripts]
0 commit comments