{
    "tool": {
        "poetry": {
            "name": "poetry",
            "version": "0.11.2",
            "description": "Python dependency management and packaging made easy.",
            "authors": [
                "S\u00e9bastien Eustace <sebastien@eustace.io>"
            ],
            "license": "MIT",
            "readme": "README.md",
            "homepage": "https://poetry.eustace.io/",
            "repository": "https://github.com/sdispater/poet",
            "documentation": "https://poetry.eustace.io/docs",
            "keywords": [
                "packaging",
                "dependency",
                "poetry"
            ],
            "classifiers": [
                "Topic :: Software Development :: Build Tools",
                "Topic :: Software Development :: Libraries :: Python Modules"
            ],
            "dependencies": {
                "python": "~2.7 || ^3.4",
                "cleo": "^0.6.7",
                "pytoml": "^0.1.16",
                "requests": "^2.18",
                "cachy": "^0.2",
                "requests-toolbelt": "^0.8.0",
                "jsonschema": "^2.6",
                "pyrsistent": "^0.14.2",
                "pyparsing": "^2.2",
                "cachecontrol": {
                    "version": "^0.12.4",
                    "extras": [
                        "filecache"
                    ]
                },
                "pkginfo": "^1.4",
                "html5lib": "^1.0",
                "shellingham": "^1.1",
                "typing": {
                    "version": "^3.6",
                    "python": "~2.7 || ~3.4"
                },
                "pathlib2": {
                    "version": "^2.3",
                    "python": "~2.7 || ~3.4"
                },
                "virtualenv": {
                    "version": "^16.0",
                    "python": "~2.7"
                }
            },
            "dev-dependencies": {
                "pytest": "^3.4",
                "pytest-cov": "^2.5",
                "mkdocs": "^0.17.3",
                "pymdown-extensions": "^4.9",
                "pygments": "^2.2",
                "pytest-mock": "^1.9",
                "pygments-github-lexers": "^0.0.5",
                "black": {
                    "version": "^18.3-alpha.0",
                    "python": "^3.6"
                },
                "pre-commit": "^1.10",
                "tox": "^3.0"
            },
            "scripts": {
                "poetry": "poetry.console:main"
            }
        },
        "black": {
            "line-length": 88,
            "py36": true,
            "include": "\\.pyi?$",
            "exclude": "/(\n    \\.git\n  | \\.hg\n  | \\.mypy_cache\n  | \\.tox\n  | \\.venv\n  | _build\n  | build\n  | dist\n  | tests/toml-test\n)/\n"
        },
        "foo": [
            {
                "name": "first"
            },
            {
                "name": "second"
            },
            {
                "name": "third"
            },
            {
                "name": "fourth"
            }
        ],
        "bar": [
            {
                "foo": "bar"
            }
        ]
    },
    "build-system": {
        "requires": [
            "poetry-core>=1.0.0a3"
        ],
        "build-backend": "poetry.core.masonry.api"
    }
}
