Skip to content

Commit

Permalink
fix requirements merging
Browse files Browse the repository at this point in the history
  • Loading branch information
badGarnet committed Oct 17, 2024
1 parent 87278a9 commit b5306bf
Show file tree
Hide file tree
Showing 52 changed files with 99 additions and 3,190 deletions.
50 changes: 20 additions & 30 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
#
# pip-compile ./base.in
#
anyio==4.6.0
annotated-types==0.7.0
# via pydantic
anyio==4.6.2.post1
# via httpx
backoff==2.2.1
# via -r ./base.in
Expand All @@ -15,29 +17,24 @@ certifi==2024.8.30
# httpcore
# httpx
# requests
# unstructured-client
cffi==1.17.1
# via cryptography
chardet==5.2.0
# via -r ./base.in
charset-normalizer==3.3.2
# via
# requests
# unstructured-client
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
# nltk
# python-oxmsg
cryptography==43.0.1
# via unstructured-client
dataclasses-json==0.6.7
# via
# -r ./base.in
# unstructured-client
deepdiff==8.0.1
# via unstructured-client
# via -r ./base.in
emoji==2.14.0
# via -r ./base.in
eval-type-backport==0.2.0
# via unstructured-client
exceptiongroup==1.2.2
# via anyio
filetype==1.2.0
Expand All @@ -53,7 +50,6 @@ idna==3.10
# anyio
# httpx
# requests
# unstructured-client
joblib==1.4.2
# via nltk
jsonpath-python==1.0.6
Expand All @@ -62,14 +58,10 @@ langdetect==1.0.9
# via -r ./base.in
lxml==5.3.0
# via -r ./base.in
marshmallow==3.22.0
# via
# dataclasses-json
# unstructured-client
marshmallow==3.23.0
# via dataclasses-json
mypy-extensions==1.0.0
# via
# typing-inspect
# unstructured-client
# via typing-inspect
nest-asyncio==1.6.0
# via unstructured-client
nltk==3.9.1
Expand All @@ -78,19 +70,19 @@ numpy==1.26.4
# via -r ./base.in
olefile==0.47
# via python-oxmsg
orderly-set==5.2.2
# via deepdiff
packaging==24.1
# via
# marshmallow
# unstructured-client
# via marshmallow
psutil==6.0.0
# via -r ./base.in
pycparser==2.22
# via cffi
pydantic==2.9.2
# via unstructured-client
pydantic-core==2.23.4
# via pydantic
pypdf==5.0.1
# via unstructured-client
python-dateutil==2.9.0.post0
python-dateutil==2.8.2
# via unstructured-client
python-iso639==2024.4.27
# via -r ./base.in
Expand All @@ -106,14 +98,12 @@ requests==2.32.3
# via
# -r ./base.in
# requests-toolbelt
# unstructured-client
requests-toolbelt==1.0.0
# via unstructured-client
six==1.16.0
# via
# langdetect
# python-dateutil
# unstructured-client
sniffio==1.3.1
# via
# anyio
Expand All @@ -130,22 +120,22 @@ typing-extensions==4.12.2
# via
# -r ./base.in
# anyio
# pydantic
# pydantic-core
# pypdf
# python-oxmsg
# typing-inspect
# unstructured-client
typing-inspect==0.9.0
# via
# dataclasses-json
# unstructured-client
unstructured-client==0.25.9
unstructured-client==0.26.1
# via
# -c ././deps/constraints.txt
# -r ./base.in
urllib3==1.26.20
# via
# -c ././deps/constraints.txt
# requests
# unstructured-client
wrapt==1.16.0
# via -r ./base.in
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile ./dev.in
#
build==1.2.2
build==1.2.2.post1
# via pip-tools
cfgv==3.4.0
# via pre-commit
Expand All @@ -13,7 +13,7 @@ click==8.1.7
# -c ./base.txt
# -c ./test.txt
# pip-tools
distlib==0.3.8
distlib==0.3.9
# via virtualenv
filelock==3.16.1
# via virtualenv
Expand All @@ -36,7 +36,7 @@ platformdirs==4.3.6
# via
# -c ./test.txt
# virtualenv
pre-commit==3.8.0
pre-commit==4.0.1
# via -r ./dev.in
pyproject-hooks==1.2.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/extra-csv.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ numpy==1.26.4
# pandas
pandas==2.2.3
# via -r ./extra-csv.in
python-dateutil==2.9.0.post0
python-dateutil==2.8.2
# via
# -c ./base.txt
# pandas
Expand Down
2 changes: 1 addition & 1 deletion requirements/extra-epub.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#
# pip-compile ./extra-epub.in
#
pypandoc==1.13
pypandoc==1.14
# via -r ./extra-epub.in
2 changes: 1 addition & 1 deletion requirements/extra-odt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lxml==5.3.0
# via
# -c ./base.txt
# python-docx
pypandoc==1.13
pypandoc==1.14
# via -r ./extra-odt.in
python-docx==1.1.2
# via -r ./extra-odt.in
Expand Down
12 changes: 6 additions & 6 deletions requirements/extra-paddleocr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile ./extra-paddleocr.in
#
anyio==4.6.0
anyio==4.6.2.post1
# via
# -c ./base.txt
# httpx
Expand All @@ -16,7 +16,7 @@ certifi==2024.8.30
# httpcore
# httpx
# requests
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via
# -c ./base.txt
# requests
Expand Down Expand Up @@ -52,7 +52,7 @@ idna==3.10
# anyio
# httpx
# requests
imageio==2.35.1
imageio==2.36.0
# via
# imgaug
# scikit-image
Expand Down Expand Up @@ -104,7 +104,7 @@ paddlepaddle==3.0.0b1
# via -r ./extra-paddleocr.in
pdf2image==1.17.0
# via unstructured-paddleocr
pillow==10.4.0
pillow==11.0.0
# via
# imageio
# imgaug
Expand All @@ -119,9 +119,9 @@ protobuf==4.25.5
# paddlepaddle
pyclipper==1.3.0.post5
# via unstructured-paddleocr
pyparsing==3.1.4
pyparsing==3.2.0
# via matplotlib
python-dateutil==2.9.0.post0
python-dateutil==2.8.2
# via
# -c ./base.txt
# matplotlib
Expand Down
2 changes: 1 addition & 1 deletion requirements/extra-pandoc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#
# pip-compile ./extra-pandoc.in
#
pypandoc==1.13
pypandoc==1.14
# via -r ./extra-pandoc.in
Loading

0 comments on commit b5306bf

Please sign in to comment.