wwvbpy/requirements-dev.txt
Jeff Epler df39d0eab6
Test DUT1 data against leapseconddata
.. fix the leap seconds in 1972, which are not in Bulletin A.

.. add the moment of the leap second to the `dut1table`
outut, which is otherwise confusing to intuit

.. allow processing a local copy of the finals2000A file, for quicker
turnaround when developing updateiers
2022-10-08 13:40:56 -05:00

21 lines
441 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"
leapseconddata
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