|
|
|
|
|
by devxpy
2692 days ago
|
|
The problem with code as configuration is that the config file is indeterministic and it takes longer to extract information from the file. This has long been a problem in the python/pip community, as its basically impossible for the build tools to determine the dependencies of a package without fully downloading and running the setup.py file. Static config files are static for a reason! |
|