Files
os-loganalyze/requirements.txt
Sorin Sbarnea bdc06873ca Adds libmagic on plaforms missing it
Installs libmagic on platforms where is not installed by defaut,
to allow development work on them.

Change-Id: Ia9f7319c375c2dce7dd86c271c731b44a70ec036
2018-11-07 18:28:41 +00:00

11 lines
383 B
Plaintext

# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr>=1.6
Babel>=1.3
Jinja2>=2.6 # BSD License (3 clause)
PyYAML>=3.1.0
python-magic
python-magic-bin; platform_system=='Darwin'
python-magic-bin; platform_system=='Windows'