The issue is talking about Bottle the framework itself being a single file, bottle.py.
Because everyone literally uses package management to install and maintain bottle.
Bottle has code like this - https://github.com/bottlepy/bottle/blob/master/bottle.py#L81... - which does check for external dependencies (which predicate a package manager)
The issue is talking about Bottle the framework itself being a single file, bottle.py.