mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2026-01-05 20:00:56 +00:00
This PR: - Moves ingest dependencies into local scopes to be able to import ingest connector classes without the need of installing imported external dependencies. This allows lightweight use of the classes (not the instances. to use the instances as intended you'll still need the dependencies). - Upgrades the embed module dependencies from `langchain` to `langchain-community` module (to pass CI [rather than introducing a pin]) - Does pip-compile - Does minor refactors in other files to pass `ruff 2.0` checks which were introduced by pip-compile
39 lines
821 B
Plaintext
39 lines
821 B
Plaintext
#
|
|
# This file is autogenerated by pip-compile with Python 3.9
|
|
# by the following command:
|
|
#
|
|
# pip-compile --output-file=ingest/wikipedia.txt ingest/wikipedia.in
|
|
#
|
|
beautifulsoup4==4.12.3
|
|
# via
|
|
# -c ingest/../base.txt
|
|
# wikipedia
|
|
certifi==2024.2.2
|
|
# via
|
|
# -c ingest/../base.txt
|
|
# -c ingest/../constraints.in
|
|
# requests
|
|
charset-normalizer==3.3.2
|
|
# via
|
|
# -c ingest/../base.txt
|
|
# requests
|
|
idna==3.6
|
|
# via
|
|
# -c ingest/../base.txt
|
|
# requests
|
|
requests==2.31.0
|
|
# via
|
|
# -c ingest/../base.txt
|
|
# wikipedia
|
|
soupsieve==2.5
|
|
# via
|
|
# -c ingest/../base.txt
|
|
# beautifulsoup4
|
|
urllib3==1.26.18
|
|
# via
|
|
# -c ingest/../base.txt
|
|
# -c ingest/../constraints.in
|
|
# requests
|
|
wikipedia==1.4.0
|
|
# via -r ingest/wikipedia.in
|