Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/update/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Switch to using openpyxl for parsing XLSX filesArthur de Jong2024-03-171-0/+1
| | | | | | The xlrd has dropped support for parsing XLSX files. We still use xlrd for update/be_banks.py because they use the classic XLS format and openpyxl does not support that format.
* 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.