Commit b9fcf2f5 authored by George Papathanail's avatar George Papathanail
Browse files

update pyproject.toml

parent 691c4dfe
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -61,3 +61,8 @@ packages = ["edge_cloud_management_api"]
[tool.mypy]
ignore_missing_imports = true
explicit_package_bases = true

[project.optional-dependencies]
dev = [
  "types-requests"
]