summaryrefslogtreecommitdiff
path: root/pyproject.toml
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Python 3.9, drop EOL 3.5 (#477)Hugo van Kemenade2020-10-301-6/+1
|
* Stop using pkg_resourcesRan Benita2020-08-101-1/+1
| | | | | | | tablib imports pkg_resources in order to find its own version. Importing pkg_resources is very slow (100ms-250ms is common). Avoid it by letting setuptools-scm generate a file with the version instead.
* Add known third parties to isortClaude Paroz2019-10-221-1/+1
|
* Add pyproject.toml as per PEP 518Hugo2019-10-221-0/+7