Skip to content

Commit

Permalink
upgrades and things
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Nov 5, 2023
1 parent 8045562 commit 6455e44
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion poetry.lock

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

9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ noteable-origami = { version = "^1.0.0a5", allow-prereleases = true, optional =
typing-extensions = "^4.7.1"
aiofiles = "^23.1.0"
types-aiofiles = "^23.2.0.0"
mypy = "^1.6.1"

[tool.poetry.group.dev.dependencies]
tox = "^4.4.11"
Expand Down Expand Up @@ -78,6 +79,14 @@ test = [

dev = ["tox", "pre-commit", "virtualenv", "pip", "twine", "toml", "bump2version"]

[[tool.mypy.overrides]]
module = [
"aiofiles",
"orjson"
]

ignore_missing_imports = true

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit 6455e44

Please sign in to comment.