Files
opensearch-pyd/dev-requirements.txt
T

25 lines
440 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.1
2020-02-27 10:13:49 -06:00
sphinx_rtd_theme
jinja2
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
2021-06-07 13:30:04 -05:00
pyyaml>=5.4; python_version>="3.6"
pyyaml==5.3.1; python_version<"3.6"
2020-02-27 10:13:49 -06:00
isort
2020-02-27 10:13:49 -06:00
black; python_version>="3.6"
twine
2020-05-13 13:20:15 -05:00
# Requirements for testing [async] extra
aiohttp; python_version>="3.6"
pytest-asyncio<=0.21.1; python_version>="3.6"
2020-05-15 09:36:47 -05:00
unasync; python_version>="3.6"