Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/update/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Switch update scripts to lxmlArthur de Jong2019-10-271-1/+1
| | | | | | | This avoids an extra dependency on Beautiful Soup and makes the scripts more consistent. This also includes a fix in the ISIL because of website changes.
* Switch update scripts to beautifulsoup4Arthur de Jong2019-03-101-1/+1
|
* Add support for Belgian IBAN formatArthur de Jong2018-02-101-0/+1
| | | | | | | This adds further checks to the country-specific part of the IBAN for Belgian IBANs. Closes https://github.com/arthurdejong/python-stdnum/issues/62
* Move update scripts to own directoryArthur de Jong2018-01-011-0/+2
This moves all the update scripts to their own directory so they don't clutter the toplevel directory. This also ensures that the scripts are passed through flake8 and makes some adjustments for that alongside a few other cleanups.