Use requirements-dev.txt from workflow

This commit is contained in:
Jeff Epler 2021-02-28 07:56:48 -06:00
parent 26eb8c7af3
commit 942554d9b6
2 changed files with 7 additions and 1 deletions

View file

@ -28,7 +28,7 @@ jobs:
python-version: 3.9
- name: Install dependencies
run: pip install bs4 requests
run: pip install -r requirements-dev.txt
- name: Update DUT1 data
run: python iers2py.py > iersdata.py

6
requirements-dev.txt Normal file
View file

@ -0,0 +1,6 @@
# SPDX-FileCopyrightText: 2021 Jeff Epler
#
# SPDX-License-Identifier: GPL-3.0-or-later
beautifulsoup4
pre-commit
requests