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
|
2023-06-06 13:18:00 -04:00
|
|
|
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"
|
2021-09-09 18:41:44 +05:30
|
|
|
pyyaml==5.3.1; python_version<"3.6"
|
2020-02-27 10:13:49 -06:00
|
|
|
|
2021-01-13 14:21:04 -06:00
|
|
|
isort
|
2020-02-27 10:13:49 -06:00
|
|
|
black; python_version>="3.6"
|
2020-11-04 13:53:41 -06:00
|
|
|
twine
|
2020-05-13 13:20:15 -05:00
|
|
|
|
|
|
|
|
# Requirements for testing [async] extra
|
|
|
|
|
aiohttp; python_version>="3.6"
|
2023-07-17 13:25:27 -04:00
|
|
|
pytest-asyncio<=0.21.1; python_version>="3.6"
|
2020-05-15 09:36:47 -05:00
|
|
|
unasync; python_version>="3.6"
|