Files
opensearch-pyd/dev-requirements.txt
T

28 lines
341 B
Plaintext
Raw Normal View History

2020-02-27 10:13:49 -06:00
requests>=2, <3
2020-05-19 12:53:24 -05:00
pytest
pytest-cov
2020-02-27 10:13:49 -06:00
coverage
mock
sphinx<7.4
2020-02-27 10:13:49 -06:00
sphinx_rtd_theme
jinja2
pytz
deepmerge
Events
setuptools
2021-06-07 13:30:04 -05:00
# No wheels for Python 3.10 yet!
numpy; python_version<"3.10"
pandas; python_version<"3.10"
2020-02-27 10:13:49 -06:00
2023-10-24 10:57:21 -04:00
pyyaml>=5.4
2020-02-27 10:13:49 -06:00
isort
black>=24.3.0
twine
2020-05-13 13:20:15 -05:00
# Requirements for testing [async] extra
aiohttp>=3.9.4, <4
pytest-asyncio<=0.23.7
2023-10-24 10:57:21 -04:00
unasync