[tool.poetry] name = "mock-the-python" version = "0.1.0" description = "Yet another mocking library" authors = ["Jeff "] readme = "README.md" [tool.poetry.dependencies] python = "^3.8" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"