Prerequisites:
TIPCommon-2.1.0-py2.py3-none-any.whl
).whl
file to a .zip
file (e.g., TIPCommon-2.1.0-py2.py3-none-any.zip
) and unzip itMETADATA
file within this .dist-info
directory using a text editorRequires-Dist:
. These lines list the Python packages that TIPCommon depends on.
METADATA
content:
Requires-Dist: httpx
Requires-Dist: google-auth
Requires-Dist: google-auth-httplib2
Requires-Dist: google-api-python-client
Requires-Dist: pycryptodome
Requires-Dist: requests
requirements.txt
in your Linux host directory
requirements.txt
:
httpx
google-auth
google-auth-httplib2
google-api-python-client
pycryptodome
requests
python3.11 -m pip wheel --no-binary :all: -r requirements.txt -w ./wheelhouse
TIPCommon-2.1.0-py2.py3-none-any.whl
using + button in settings of your custom integration in IDEDocumentation links: