added environment markers to requirements.txt to address issues installing websockets package https://github.com/charmed-kubernetes/jenkins/commit/13d5ba3add8cb1b532336d39418131ab1f0e8709
These must be maintained in the charmed-kubernetes requirements.txt unless
# The following websocket requirements are environment marked because of juju # https://github.com/juju/python-libjuju/blob/master/setup.py#L38-L39 websockets==7.0 ; python_version < "3.9" websockets==8.0 ; python_version >= "3.9"
added environment markers to requirements.txt to address issues installing websockets package /github. com/charmed- kubernetes/ jenkins/ commit/ 13d5ba3add8cb1b 532336d39418131 ab1f0e8709
https:/
These must be maintained in the charmed-kubernetes requirements.txt unless
# The following websocket requirements are environment marked because of juju /github. com/juju/ python- libjuju/ blob/master/ setup.py# L38-L39
# https:/
websockets==7.0 ; python_version < "3.9"
websockets==8.0 ; python_version >= "3.9"