Skip to content

Commit

Permalink
The real fix for a broken click package
Browse files Browse the repository at this point in the history
  • Loading branch information
BryceStevenWilley committed Apr 1, 2022
1 parent af8e5bd commit 6b5c823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def run(self):
packages=['formfyxer'],
install_requires=['spacy', 'PyPDF2', 'pikepdf', 'textstat', 'requests', 'numpy', 'sklearn',
'joblib', 'nltk', 'boxdetect', 'pdf2image', 'reportlab', 'pdfminer.six', 'opencv-python',
'click<8.1.0' # click 8.1.0 breaks spacy, but they haven't patched it?: https://github.com/explosion/spaCy/pull/10573
'typer>=0.4.1,<0.5.0' # typer pre 0.4.1 was broken by click 8.1.0: https://github.com/explosion/spaCy/issues/10564
],
cmdclass={
'install': InstallSpacyModelCommand,
Expand Down

0 comments on commit 6b5c823

Please sign in to comment.