Files
opensearch-pyd/dev-requirements.txt
T
2024-04-06 11:18:47 -04:00

27 lines
334 B
Plaintext

requests>=2, <3
pytest
pytest-cov
coverage
mock
sphinx<7.3
sphinx_rtd_theme
jinja2
pytz
deepmerge
setuptools
# No wheels for Python 3.10 yet!
numpy; python_version<"3.10"
pandas; python_version<"3.10"
pyyaml>=5.4
isort
black>=24.3.0
twine
# Requirements for testing [async] extra
aiohttp>=3.9.2, <4
pytest-asyncio<=0.23.5
unasync