816553f1bc
The entrypoint will make it easier to install powertrain-build to an isolated venv without having to call python -m powertrain_build. Change-Id: I3850c97d17707f9bc03640bd1d997508637d97ba
17 lines
735 B
Plaintext
17 lines
735 B
Plaintext
gitpython >= 3.1.8
|
|
pbr >= 6.0.0
|
|
requests == 2.27.1; python_version == "3.6"
|
|
requests == 2.32.3; python_version > "3.6"
|
|
certifi == 2024.7.4
|
|
ruamel.yaml.clib == 0.2.7; python_version == "3.6"
|
|
ruamel.yaml == 0.17.21; python_version == "3.6"
|
|
ruamel.yaml == 0.18.6; python_version > "3.6"
|
|
voluptuous >= 0.14.0; python_version >= "3.7"
|
|
voluptuous >= 0.11.7,<0.14.0; python_version < "3.7"
|
|
scipy==1.5.4; python_version < "3.8"
|
|
scipy==1.9.1; python_version == "3.8" or python_version == "3.9" or python_version == "3.10"
|
|
scipy==1.14.1; python_version >= "3.11"
|
|
importlib-resources==5.4.0; python_version < "3.9"
|
|
pywin32==305; python_version == "3.6" and sys_platform == "win32"
|
|
pywin32==308; python_version > "3.6" and sys_platform == "win32"
|