mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-10-17 11:09:41 +00:00

* **Removed `ebooklib` as a dependency** `ebooklib` is licensed under AGPL3, which is incompatible with the Apache 2.0 license. Thus it is being removed.
60 lines
1.3 KiB
Plaintext
60 lines
1.3 KiB
Plaintext
#
|
|
# This file is autogenerated by pip-compile with Python 3.8
|
|
# by the following command:
|
|
#
|
|
# pip-compile --constraint=requirements/constraints.in requirements/ingest/github.in
|
|
#
|
|
certifi==2023.7.22
|
|
# via
|
|
# -c requirements/constraints.in
|
|
# -c requirements/ingest/../base.txt
|
|
# -c requirements/ingest/../constraints.in
|
|
# requests
|
|
cffi==1.16.0
|
|
# via
|
|
# cryptography
|
|
# pynacl
|
|
charset-normalizer==3.3.1
|
|
# via
|
|
# -c requirements/ingest/../base.txt
|
|
# requests
|
|
cryptography==41.0.5
|
|
# via pyjwt
|
|
deprecated==1.2.14
|
|
# via pygithub
|
|
idna==3.4
|
|
# via
|
|
# -c requirements/ingest/../base.txt
|
|
# requests
|
|
pycparser==2.21
|
|
# via cffi
|
|
pygithub==2.1.1
|
|
# via -r requirements/ingest/github.in
|
|
pyjwt[crypto]==2.8.0
|
|
# via pygithub
|
|
pynacl==1.5.0
|
|
# via pygithub
|
|
python-dateutil==2.8.2
|
|
# via pygithub
|
|
requests==2.31.0
|
|
# via
|
|
# -c requirements/ingest/../base.txt
|
|
# pygithub
|
|
six==1.16.0
|
|
# via
|
|
# -c requirements/ingest/../base.txt
|
|
# python-dateutil
|
|
typing-extensions==4.8.0
|
|
# via
|
|
# -c requirements/ingest/../base.txt
|
|
# pygithub
|
|
urllib3==1.26.18
|
|
# via
|
|
# -c requirements/constraints.in
|
|
# -c requirements/ingest/../base.txt
|
|
# -c requirements/ingest/../constraints.in
|
|
# pygithub
|
|
# requests
|
|
wrapt==1.15.0
|
|
# via deprecated
|