diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -33,13 +33,15 @@ with open("README.md", "r") as fh: "fatcat-openapi-client>=0.4.0", # https://pypi.org/project/fatcat-openapi-client/ "ftfy", "glom", + "grobid_tei_xml==0.1.*", "jellyfish", + "pyyaml", "regex", "requests>=2", + "thefuzz", "toml", "unidecode>=0.10", "zstandard", - "grobid_tei_xml==0.1.*", ], extras_require={"dev": [ "ipython", |