* Upgrade syntax with pyupgrade --py38-plus Signed-off-by: Hugo van Kemenade <[email protected]> * Convert to f-strings with flynt Signed-off-by: Hugo van Kemenade <[email protected]> * Format with Black Signed-off-by: Hugo van Kemenade <[email protected]> * Remove redundant mock backport dependency Signed-off-by: Hugo van Kemenade <[email protected]> * isort imports Signed-off-by: Hugo van Kemenade <[email protected]> * Add changelog entry Signed-off-by: Hugo van Kemenade <[email protected]> --------- Signed-off-by: Hugo van Kemenade <[email protected]>
26 lines
305 B
Plaintext
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
|