dropbox-sdk-python icon indicating copy to clipboard operation
dropbox-sdk-python copied to clipboard

pyproject.toml pep 0517 and 0621

Open foarsitter opened this issue 1 year ago • 1 comments

Upgrading to 3.12 required some changes in which dependencies are installed because setuptools is since 3.12 a hard dependency. I think it is a good idea to unify requirements.txt and test/requirements.txt into pyproject.toml (pep-621) and implement pep-517.

foarsitter avatar Nov 21 '23 09:11 foarsitter

Thanks! I'll ask the team to implement these.

greg-db avatar Nov 27 '23 12:11 greg-db