Files
nixpkgs/pkgs/development/python-modules/flask
K900 7110bb89ed flask: depend on setuptools
The `flask` CLI uses `setuptools` (or more specifically `pkg_resources`) [here](https://github.com/pallets/flask/blob/fdac8a5404e3e3a316568107a293f134707c75bb/src/flask/cli.py#L498) to discover third party commands, and just does nothing silently if it's not found. Add the dependency so custom commands start working.
2022-01-17 08:48:27 +01:00
..
2022-01-17 08:48:27 +01:00