Files
opensearch-pyd/dev-requirements.txt
T
Rushi Agrawal f4891be3c3 Fix potential security issues with jinja2 and pyyaml dep
Added escaping to jinja templates. With PyYAML dependency, accidentally
added '<3.4.1' whereas the intent was to make it '==3.4.1', while fixing
as per dependabot alert. Fixed it now.

Signed-off-by: Rushi Agrawal <rushi.agr@gmail.com>
2021-09-09 19:05:18 +05:30

25 lines
432 B
Plaintext

requests>=2, <3
pytest
pytest-cov
coverage
mock
sphinx<1.7
sphinx_rtd_theme
jinja2
# No wheels for Python 3.10 yet!
numpy; python_version<"3.10"
pandas; python_version<"3.10"
pyyaml>=5.4; python_version>="3.6"
pyyaml==5.3.1; python_version<"3.6"
isort
black; python_version>="3.6"
twine
# Requirements for testing [async] extra
aiohttp; python_version>="3.6"
pytest-asyncio; python_version>="3.6"
unasync; python_version>="3.6"