Metadata-Version: 2.1
Name: poetry
Version: 0.8.2
Summary: Python dependency management and packaging made easy.
Home-page: https://poetry.eustace.io/
Author: Sébastien Eustace
Author-email: sebastien@eustace.io
Keywords: packaging,dependency,poetry
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: cachecontrol (>=0.12.4.0,<0.13.0.0)
Requires-Dist: cachy (>=0.1.1.0,<0.2.0.0)
Requires-Dist: cleo (>=0.6.0.0,<0.7.0.0)
Requires-Dist: jsonschema (>=2.6.0.0,<3.0.0.0)
Requires-Dist: lockfile (>=0.12.0.0,<0.13.0.0)
Requires-Dist: msgpack-python (>=0.5.0.0,<0.6.0.0)
Requires-Dist: pathlib2 (>=2.3.0.0,<3.0.0.0); python_version >= "2.7.0.0" and python_version < "2.8.0.0"
Requires-Dist: pip-tools (>=1.11.0.0,<2.0.0.0)
Requires-Dist: pkginfo (>=1.4.0.0,<2.0.0.0)
Requires-Dist: pyparsing (>=2.2.0.0,<3.0.0.0)
Requires-Dist: pyrsistent (>=0.14.2.0,<0.15.0.0)
Requires-Dist: requests (>=2.18.0.0,<3.0.0.0)
Requires-Dist: requests-toolbelt (>=0.8.0.0,<0.9.0.0)
Requires-Dist: toml (>=0.9.0.0,<0.10.0.0)
Requires-Dist: typing (>=3.6.0.0,<4.0.0.0); (python_version >= "2.7.0.0" and python_version < "2.8.0.0") or (python_version >= "3.4.0.0" and python_version < "3.5.0.0")
Requires-Dist: virtualenv (>=15.2.0.0,<16.0.0.0); python_version >= "2.7.0.0" and python_version < "2.8.0.0"
Requires-Dist: zipfile36 (>=0.1.0.0,<0.2.0.0); python_version >= "3.4.0.0" and python_version < "3.6.0.0"
