Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Bump camelot-py[cv] from 0.9.0 to 0.11.0 #99

Merged
merged 2 commits into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
camelot-py[cv]==0.9.0
camelot-py[cv]==0.11.0
celery==5.1.2
excalibur-py==0.4.3
flask==1.1.4
markupsafe==2.0.1
pypdf2==2.12.1
waitress
18 changes: 11 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ amqp==5.1.1
# via kombu
billiard==3.6.4.0
# via celery
camelot-py[cv]==0.9.0
camelot-py[cv]==0.11.0
# via
# -r requirements.in
# camelot-py
# excalibur-py
celery==5.1.2
# via
Expand All @@ -32,6 +31,7 @@ click==7.1.2
# click-repl
# excalibur-py
# flask
# pdftopng
click-didyoumean==0.3.0
# via celery
click-plugins==1.1.1
Expand All @@ -50,6 +50,8 @@ flask==1.1.4
# via
# -r requirements.in
# excalibur-py
ghostscript==0.7
# via camelot-py
greenlet==2.0.2
# via sqlalchemy
itsdangerous==1.1.0
Expand All @@ -75,14 +77,14 @@ pandas==1.5.3
# via camelot-py
pdfminer-six==20221105
# via camelot-py
pdftopng==0.2.3
# via camelot-py
prompt-toolkit==3.0.38
# via click-repl
pycparser==2.21
# via cffi
pypdf2==2.12.1
# via
# -r requirements.in
# camelot-py
pypdf==3.17.2
# via camelot-py
python-dateutil==2.8.2
# via pandas
pytz==2022.7.1
Expand All @@ -95,9 +97,11 @@ six==1.16.0
# python-dateutil
sqlalchemy==2.0.4
# via excalibur-py
tabulate==0.9.0
# via camelot-py
typing-extensions==4.5.0
# via
# pypdf2
# pypdf
# sqlalchemy
vine==5.0.0
# via
Expand Down