formatted with black, added pre-commit hook, pegged typing_extensions package version to fix spaCy issue

This commit is contained in:
Tristan Lee
2023-08-04 14:51:00 -05:00
parent 070ee3391d
commit fab65a5d67
25 changed files with 3043 additions and 2176 deletions

View File

@@ -24,6 +24,8 @@ ratelimit = "*"
pytz = "*"
langdetect = "*"
spacy = "==3.2.4"
# Temporary fix for https://github.com/explosion/spaCy/issues/12659
typing_extensions = "==4.4.0"
ocrd-pyexiftool = "*"
filelock = "*"
telethon = "*"
@@ -38,6 +40,7 @@ pytest-metadata = "*"
black = "*"
Sphinx = "*"
sphinx-rtd-theme = "*"
pre-commit = "*"
[requires]
python_version = "3.9"