Skip to content

Commit

Permalink
Adding requirements which are needed to run ci (allenai#188)
Browse files Browse the repository at this point in the history
* Adding requirements which are needed to run ci

* Tabs to spaces
  • Loading branch information
egork520 authored Oct 31, 2022
1 parent b950c13 commit 87731d5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,14 @@
"boto3",
"tqdm",
"pdf2image==1.14.0",
"pdfminer"
"pdfminer",
"pandas",
"pdfplumber",
"pytesseract",
"tabulate",
"pycocotools",
"cython",
"sklearn",
],
python_requires=">=3.6",
entry_points={"console_scripts": ["pawls=pawls.__main__:pawls_cli"]},
Expand Down

0 comments on commit 87731d5

Please sign in to comment.