
This script when run creates a constraints file with exact pins for the transitive dependencies of a requirements file. Change-Id: I1282f8e4010c0ec46c473495bacddf044d06c0af
28 lines
817 B
INI
28 lines
817 B
INI
[metadata]
|
|
name = openstack.requirements
|
|
summary = OpenStack Python Dependencies
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://www.openstack.org/
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 2.6
|
|
|
|
[files]
|
|
packages =
|
|
openstack_requirements
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
generate-constraints = openstack_requirements.generate:main
|
|
update-requirements = openstack_requirements.update:main
|