ComeçarComece de graça

Development dependencies

You need to include a requirements file which includes all of the versions of packages used during development. This means any bugs can be reproduced, and ensures you and anyone else working on your package have the exact same versions of other packages.

This is different to the install_requires parameter which tries to allow as many dependency versions as possible. The install_requires is for users and the requirements.txt is for developers.

Este exercício faz parte do curso

Developing Python Packages

Ver curso

Exercício interativo prático

Transforme a teoria em ação com um de nossos exercícios interativos

Começar o exercício