Skip to content

Commit

Permalink
Merge pull request #345 from biglocalnews/die-pandas-die
Browse files Browse the repository at this point in the history
Remove pandas requirement
  • Loading branch information
zstumgoren authored Jan 21, 2022
2 parents cb7ba5b + a362e70 commit 3d9b60a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 95 deletions.
2 changes: 0 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,9 @@ sphinxcontrib-napoleon = "*"
bs4 = "*"
html5lib = "*"
requests = "*"
pandas = "*"
openpyxl = "*"
pdfplumber = "*"
tenacity = "*"
xlrd = "*"
click = "*"

[requires]
Expand Down
92 changes: 1 addition & 91 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,10 @@ def run(self):
install_requires=[
"bs4",
"html5lib",
"pandas",
"pdfplumber",
"requests",
"openpyxl",
"tenacity",
"xlrd",
],
license="Apache 2.0 license",
zip_safe=False,
Expand Down

0 comments on commit 3d9b60a

Please sign in to comment.