Library extension¶
Updating library¶
Any change in this library will require an update of the library (as specified in the installation section) in any other app/project that uses it.
Updating library dependencies¶
This library relies in other third party libraries (as listed in setup.py file). Any changes related to third party library requirements should be added to the install_requires field of the PACKAGE_CONFIG dict of this file.