adbar / htmldate

Fast and robust date extraction from web pages, with Python or on the command-line
https://htmldate.readthedocs.io
Apache License 2.0
117 stars 26 forks source link

Add dev requirements #134

Open adbar opened 4 months ago

adbar commented 4 months ago
  1. Add a requirements-dev.txt file with the following dependencies

    • black
    • mypy
    • types-dateparser types-python-dateutil types-urllib3
    • pytest pytest-cov
  2. Update CI workflow (.github/workflows/tests.yml) accordingly, i.e. remove the dev elopment packages listed there and use the new file instead