.. 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
21 lines
441 B
Text
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
|