1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-11-25 23:28:18 +01:00

setup.py: Add langid

This commit is contained in:
Alan Orth 2019-09-26 13:49:32 +03:00
parent 8435ee242d
commit d7b5e378bc
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -8,7 +8,8 @@ install_requires = [
'python-stdnum',
'requests',
'requests-cache',
'pycountry'
'pycountry',
'langid'
]
setuptools.setup(