
[:python_version <= "3.7"]
importlib-metadata
typing-extensions

[:python_version == "3.7"]
httpx>=0.24.0

[:python_version >= "3.8"]
httpx>=0.25.0

[caching]

[caching:python_version == "3.9"]
hishel[httpx]==1.1.8

[caching:python_version > "3.9"]
hishel[httpx]>=1.1.9

[caching:python_version >= "3.8"]
anysqlite

[dataframe]
pandas>=1.2.0

[jsonld]
PyLD>=0.7.2

[tests]

[tests:python_version == "3.7"]
pytest>=7.4.4
pytest-asyncio>=0.21.2

[tests:python_version >= "3.8"]
pytest>=8.3.3
pytest-asyncio>=0.23.8
