Skip to content

Commit

Permalink
make pip-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
christinestraub committed Oct 4, 2024
1 parent 05742fe commit b310c88
Show file tree
Hide file tree
Showing 6 changed files with 129 additions and 87 deletions.
88 changes: 78 additions & 10 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,48 +4,94 @@
#
# pip-compile ./base.in
#
anyio==4.6.0
# via httpx
backoff==2.2.1
# via -r ./base.in
beautifulsoup4==4.12.3
# via -r ./base.in
certifi==2024.8.30
# via requests
# via
# 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
# via
# requests
# unstructured-client
click==8.1.7
# via
# nltk
# python-oxmsg
cryptography==43.0.1
# via unstructured-client
dataclasses-json==0.6.7
# via -r ./base.in
# via
# -r ./base.in
# unstructured-client
deepdiff==8.0.1
# via unstructured-client
emoji==2.14.0
# via -r ./base.in
exceptiongroup==1.2.2
# via anyio
filetype==1.2.0
# via -r ./base.in
h11==0.14.0
# via httpcore
httpcore==1.0.6
# via httpx
httpx==0.27.2
# via unstructured-client
idna==3.10
# via requests
# via
# anyio
# httpx
# requests
# unstructured-client
joblib==1.4.2
# via nltk
jsonpath-python==1.0.6
# via unstructured-client
langdetect==1.0.9
# via -r ./base.in
lxml==5.3.0
# via -r ./base.in
marshmallow==3.22.0
# via dataclasses-json
# via
# dataclasses-json
# unstructured-client
mypy-extensions==1.0.0
# via typing-inspect
# via
# typing-inspect
# unstructured-client
nest-asyncio==1.6.0
# via unstructured-client
nltk==3.9.1
# via -r ./base.in
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
# via
# marshmallow
# unstructured-client
psutil==6.0.0
# via -r ./base.in
pycparser==2.22
# via cffi
pypdf==5.0.1
# via unstructured-client
python-dateutil==2.9.0.post0
# via unstructured-client
python-iso639==2024.4.27
# via -r ./base.in
python-magic==0.4.27
Expand All @@ -57,9 +103,21 @@ rapidfuzz==3.10.0
regex==2024.9.11
# via nltk
requests==2.32.3
# via -r ./base.in
# via
# -r ./base.in
# requests-toolbelt
# unstructured-client
requests-toolbelt==1.0.0
# via unstructured-client
six==1.16.0
# via langdetect
# via
# langdetect
# python-dateutil
# unstructured-client
sniffio==1.3.1
# via
# anyio
# httpx
soupsieve==2.6
# via beautifulsoup4
tabulate==0.9.0
Expand All @@ -71,13 +129,23 @@ tqdm==4.66.5
typing-extensions==4.12.2
# via
# -r ./base.in
# anyio
# pypdf
# python-oxmsg
# typing-inspect
# unstructured-client
typing-inspect==0.9.0
# via dataclasses-json
# via
# dataclasses-json
# unstructured-client
unstructured-client==0.25.9
# 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
4 changes: 3 additions & 1 deletion requirements/extra-csv.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ numpy==1.26.4
pandas==2.2.3
# via -r ./extra-csv.in
python-dateutil==2.9.0.post0
# via pandas
# via
# -c ./base.txt
# pandas
pytz==2024.2
# via pandas
six==1.16.0
Expand Down
25 changes: 19 additions & 6 deletions requirements/extra-paddleocr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
# pip-compile ./extra-paddleocr.in
#
anyio==4.6.0
# via httpx
# via
# -c ./base.txt
# httpx
astor==0.8.1
# via paddlepaddle
certifi==2024.8.30
Expand All @@ -27,15 +29,23 @@ cython==3.0.11
decorator==5.1.1
# via paddlepaddle
exceptiongroup==1.2.2
# via anyio
# via
# -c ./base.txt
# anyio
fonttools==4.54.1
# via matplotlib
h11==0.14.0
# via httpcore
# via
# -c ./base.txt
# httpcore
httpcore==1.0.6
# via httpx
# via
# -c ./base.txt
# httpx
httpx==0.27.2
# via paddlepaddle
# via
# -c ./base.txt
# paddlepaddle
idna==3.10
# via
# -c ./base.txt
Expand Down Expand Up @@ -112,7 +122,9 @@ pyclipper==1.3.0.post5
pyparsing==3.1.4
# via matplotlib
python-dateutil==2.9.0.post0
# via matplotlib
# via
# -c ./base.txt
# matplotlib
pyyaml==6.0.2
# via unstructured-paddleocr
rapidfuzz==3.10.0
Expand Down Expand Up @@ -142,6 +154,7 @@ six==1.16.0
# python-dateutil
sniffio==1.3.1
# via
# -c ./base.txt
# anyio
# httpx
tifffile==2024.8.30
Expand Down
17 changes: 13 additions & 4 deletions requirements/extra-pdf-image.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ certifi==2024.8.30
# -c ./base.txt
# requests
cffi==1.17.1
# via cryptography
# via
# -c ./base.txt
# cryptography
charset-normalizer==3.3.2
# via
# -c ./base.txt
Expand All @@ -24,7 +26,9 @@ coloredlogs==15.0.1
contourpy==1.3.0
# via matplotlib
cryptography==43.0.1
# via pdfminer-six
# via
# -c ./base.txt
# pdfminer-six
cycler==0.12.1
# via matplotlib
deprecated==1.2.14
Expand Down Expand Up @@ -185,15 +189,20 @@ pyasn1-modules==0.4.1
pycocotools==2.0.8
# via effdet
pycparser==2.22
# via cffi
# via
# -c ./base.txt
# cffi
pyparsing==3.1.4
# via matplotlib
pypdf==5.0.1
# via -r ./extra-pdf-image.in
# via
# -c ./base.txt
# -r ./extra-pdf-image.in
pypdfium2==4.30.0
# via pdfplumber
python-dateutil==2.9.0.post0
# via
# -c ./base.txt
# matplotlib
# pandas
python-multipart==0.0.12
Expand Down
4 changes: 3 additions & 1 deletion requirements/extra-xlsx.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ openpyxl==3.1.5
pandas==2.2.3
# via -r ./extra-xlsx.in
python-dateutil==2.9.0.post0
# via pandas
# via
# -c ./base.txt
# pandas
pytz==2024.2
# via pandas
six==1.16.0
Expand Down
Loading

0 comments on commit b310c88

Please sign in to comment.