wwvbpy/requirements-dev.txt
Jeff Epler ce6138095c
Drop support for Python before 3.9
built-in zoneinfo is too good to work around
2022-09-25 11:23:47 -05:00

20 lines
426 B
Text

# SPDX-FileCopyrightText: 2021 Jeff Epler
#
# SPDX-License-Identifier: GPL-3.0-only
adafruit-circuitpython-datetime
beautifulsoup4
build
click
coverage
mypy; implementation_name=="cpython"
platformdirs
pre-commit
python-dateutil
requests; implementation_name=="cpython"
setuptools>=45; implementation_name=="cpython"
twine; implementation_name=="cpython"
types-beautifulsoup4
types-python-dateutil
types-requests
tzdata
wheel