dropbox / dropbox-sdk-python

The Official Dropbox API V2 SDK for Python
https://www.dropbox.com/developers
MIT License
930 stars 318 forks source link

pyproject.toml pep 0517 and 0621 #487

Open foarsitter opened 9 months ago

foarsitter commented 9 months ago

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.

greg-db commented 8 months ago

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