requests<4,>=2.22
packaging>=21.0
ndjson>=0.2.0
langdetect<2.0,>=1.0.7
argcomplete<4.0,>=1.11.1
xlrd<3.0,>=1.1
jsonschema~=3.0
openpyxl>=3.0.7
fastparquet>=0.8

[:python_full_version <= "3.6.0"]
pandas==0.25.3

[:python_full_version > "3.6.0" and python_full_version < "3.9.0"]
pandas~=1.0

[:python_full_version >= "3.9.0"]
pandas~=2.0

[:python_version < "3.8"]
aiohttp~=3.4

[:python_version >= "3.8"]
aiohttp<4.0,>=3.6.1
