[project] name = "mock_project" version = "0.0.1" description = "" dependencies = ["click==8.1.3", "black==22.8.0"] [project.optional-dependencies] test = ["pytest>=6", "mock"] [[project.authors]] name = "Chris Pryer" email = "cnpryer@gmail.com" [build-system] requires = ["hatchling"] build-backend = "hatchling.build"