-
- Downloads
L2SS-1428: Ensure installing package also install requirements.txt dependencies
parent
95128caa
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 27 additions, 23 deletions.gitlab-ci.yml
- README.md 2 additions, 1 deletionREADME.md
- docker/Dockerfile.ci_python38 2 additions, 2 deletionsdocker/Dockerfile.ci_python38
- pyproject.toml 1 addition, 1 deletionpyproject.toml
- requirements.txt 9 additions, 4 deletionsrequirements.txt
- setup.cfg 1 addition, 3 deletionssetup.cfg
- tox.ini 1 addition, 5 deletionstox.ini
numpy >= 1.19.5 # BSD | importlib-metadata>=0.12; python_version<"3.8" | ||
pip >= 1.5 | |||
pytango >= 9.4.0 | |||
numpy >= 1.19.3; python_version >"3.9" and python_version <"3.10" # BSD | |||
numpy >= 1.21.6; python_version >"3.10" and python_version <"3.11" # BSD | |||
numpy >= 1.23.2; python_version >"3.11" and python_version <"3.12" # BSD | |||
stestr >= 3.0.0 # Apache-2.0 | stestr >= 3.0.0 # Apache-2.0 | ||
testscenarios >= 0.5.0 # Apache-2.0/BSD | testscenarios >= 0.5.0 # Apache-2.0/BSD | ||
testtools >= 2.4.0 # MIT | testtools >= 2.4.0 # MIT |
Please register or sign in to comment