Files
opensearch-pyd/dev-requirements.txt
T
Hugo van Kemenade 6e3f1a1194 Remove redundant mock backport dependency and upgrade syntax for Python 3.8+ (#785)
* Upgrade syntax with pyupgrade --py38-plus

Signed-off-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>

* Convert to f-strings with flynt

Signed-off-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>

* Format with Black

Signed-off-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>

* Remove redundant mock backport dependency

Signed-off-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>

* isort imports

Signed-off-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>

* Add changelog entry

Signed-off-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>

---------

Signed-off-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-07-20 16:19:20 -04:00

26 lines
305 B
Plaintext

requests>=2, <3
pytest
pytest-cov
coverage
sphinx<7.4
sphinx_rtd_theme
jinja2
pytz
deepmerge
Events
setuptools
numpy; python_version<="3.12"
pandas; python_version<="3.12"
pyyaml>=5.4
isort
black>=24.3.0
twine
# Requirements for testing [async] extra
aiohttp>=3.9.4, <4
pytest-asyncio<=0.23.7
unasync