unstructured/requirements/ingest/singlestore.txt
Matt Robinson ee2b247297
build: check dependency licenses in CI (#3349)
### Summary

Adds a CI check to ensure that packages added as dependencies are
appropriately licensed. All of the `.txt` files in the `requirements`
directory are checked with the exception of:

- `constraints.txt`, since those are not installed and are instead
conditions on the other dependency files
- `dev.txt`, since those are for local development and not shipped as
part of the `unstructured` package
- `extra-pdf-image.txt` - the `extra-pdf-image.in` since checking
`extra-pdf-image.txt` pulls in NVIDIA GPU related packages with an
`Other/Proprietary` license type, and there's not a good way to exclude
those without adding `Other/Proprietary` to the allowed licenses list.

### Testing

The new `check-licenses` job should pass in CI.
2024-07-11 22:36:01 +00:00

67 lines
1.4 KiB
Plaintext

#
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile ./ingest/singlestore.in
#
build==1.2.1
# via singlestoredb
certifi==2024.7.4
# via
# -c ./ingest/../base.txt
# -c ./ingest/../deps/constraints.txt
# requests
charset-normalizer==3.3.2
# via
# -c ./ingest/../base.txt
# requests
idna==3.7
# via
# -c ./ingest/../base.txt
# requests
importlib-metadata==7.1.0
# via
# -c ./ingest/../deps/constraints.txt
# build
packaging==23.2
# via
# -c ./ingest/../base.txt
# -c ./ingest/../deps/constraints.txt
# build
parsimonious==0.10.0
# via singlestoredb
pyjwt==2.8.0
# via singlestoredb
pyproject-hooks==1.1.0
# via build
regex==2024.5.15
# via
# -c ./ingest/../base.txt
# parsimonious
requests==2.32.3
# via
# -c ./ingest/../base.txt
# singlestoredb
singlestoredb==1.4.3
# via -r ./ingest/singlestore.in
sqlparams==6.0.1
# via singlestoredb
tomli==2.0.1
# via
# build
# singlestoredb
urllib3==1.26.19
# via
# -c ./ingest/../base.txt
# -c ./ingest/../deps/constraints.txt
# requests
wheel==0.43.0
# via
# -c ./ingest/../deps/constraints.txt
# singlestoredb
zipp==3.19.2
# via importlib-metadata
# The following packages are considered to be unsafe in a requirements file:
# setuptools