54c74fb8e3
Refstack-client is dropping support of python2 and also all python3 versions above python3.8 Changes: -requirements.txt - added license on python-subunit -setup.cfg - removed python2 and python3 versions below python3.8 - added python3.10 -setup_env - removed all python2 mentions - python3 min version set to 3.8.0 - added parameter l which will force installation of python into ${WORKDIR}/.localpython -tox.ini - removed py27 from envlist, added py38 Change-Id: I6500ed950cb9bc07d87370940b4752e686712c14
7 lines
156 B
Plaintext
7 lines
156 B
Plaintext
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
python-subunit>=0.0.18 # BSD/Apache-2.0
|
|
cryptography>=1.0,!=1.3.0 # BSD/Apache-2.0
|
|
requests>=2.5.2
|
|
PyYAML>=3.1.0
|
|
six>=1.9.0
|