1
0
mirror of synced 2025-12-25 02:09:19 -05:00
Files
airbyte/airbyte-ci/connectors/pipelines/pyinstaller_hooks/hook-certifi.py
Ben Church a1d9926304 airbyte-ci: Clean all pyenv shims (#33080)
Co-authored-by: erohmensing <erohmensing@gmail.com>
Co-authored-by: bnchrch <bnchrch@users.noreply.github.com>
2023-12-05 00:26:11 +00:00

7 lines
173 B
Python

# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
from PyInstaller.utils.hooks import collect_data_files
# Get the cacert.pem
datas = collect_data_files("certifi")