Dependencies
requires=[
'lawyerup',
],
To list them
$ python setup.py --requires
In the setup.py file we only need to change the version number and we can release a new version of the package.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
requires=[
'lawyerup',
],
To list them
$ python setup.py --requires
In the setup.py file we only need to change the version number and we can release a new version of the package.