Is your feature request related to a problem? Please describe.
provide a formal way to install tllib
Describe the solution you'd like
pip install tllib
Additional context
currently install through pip install -i https://test.pypi.org/simple/ tllib==0.4, we cannot add dependency in requirement.txt since it try to search package in pypi.org
Is your feature request related to a problem? Please describe.
provide a formal way to install tllib
Describe the solution you'd like
pip install tllibAdditional context
currently install through
pip install -i https://test.pypi.org/simple/ tllib==0.4, we cannot add dependency in requirement.txt since it try to search package in pypi.org