d44dfd7526
Spyglass will soon have its plugins separated from its main repo. Many other OpenStack repositories that utilize plugins have implemented Python Build Reasonableness to manage their entry points for plugins. As Spyglass will be managing plugins, it makes sense to stay uniform with other projects and implement PBR. Implements PBR using setup.py and setup.cfg files. Changes README to correct file extension. Freezes PIP requirements file. Moves YAPF configuration into setup.cfg file. Change-Id: I48ac5aeb3e544d3da7ce25bd9b827d8fd9c4e108
9 lines
116 B
Plaintext
9 lines
116 B
Plaintext
click==7.0
|
|
jinja2==2.10
|
|
jsonschema==3.0.1
|
|
openpyxl==2.5.4
|
|
netaddr==0.7.19
|
|
pyyaml==3.12
|
|
requests==2.21.0
|
|
six==1.12.0
|