Skip to content

Commit

Permalink
feat(deps): add attrs/pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
BradenM committed Dec 11, 2022
1 parent de9c2e2 commit 06660f0
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ packaging==21.3 ; python_version >= "3.7" and python_version < "3.12"
pathtools==0.1.2 ; python_version >= "3.7" and python_version < "3.12"
portalocker==2.6.0 ; python_version >= "3.7" and python_version < "3.12"
prompt-toolkit==3.0.32 ; python_version >= "3.7" and python_version < "3.12"
pydantic==1.10.2 ; python_version >= "3.7" and python_version < "3.12"
pygments==2.13.0 ; python_version >= "3.7" and python_version < "3.12"
pyobjc-core==8.5.1 ; python_version >= "3.7" and python_version < "3.12" and platform_system == "Darwin"
pyobjc-framework-cocoa==8.5.1 ; python_version >= "3.7" and python_version < "3.12" and platform_system == "Darwin"
Expand Down
55 changes: 54 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ rshell = [
]
MarkupSafe = "==2.1.1"
upydevice = "0.3.8"
attrs = "^22.1.0"
typing-extensions = "^4.4.0"
pydantic = "^1.10.2"

[tool.poetry.group.dev.dependencies]
autoflake = "^1.4"
Expand Down Expand Up @@ -170,6 +173,7 @@ exclude_lines = [
]

[tool.mypy]
plugins = "pydantic.mypy"
warn_redundant_casts = true
follow_imports = "skip"

Expand Down

0 comments on commit 06660f0

Please sign in to comment.