Files
opensearch-pyd/dev-requirements.txt
T

22 lines
381 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<1.7
sphinx_rtd_theme
jinja2
numpy
pandas
2020-02-27 10:13:49 -06:00
# PyYAML 5.3 dropped support for Python 3.4 while
# not amending that requirement to the package. :(
pyyaml<5.3
black; python_version>="3.6"
2020-05-13 13:20:15 -05:00
# Requirements for testing [async] extra
aiohttp; python_version>="3.6"
pytest-asyncio; python_version>="3.6"
2020-05-15 09:36:47 -05:00
unasync; python_version>="3.6"