18 buildPythonPackage rec {
19 pname = "reflex-hosting-cli";
23 # source is not published https://github.com/reflex-dev/reflex/issues/3762
25 pname = "reflex_hosting_cli";
27 hash = "sha256-xdav3P63TO4EajdN29WRFquO15fa5oj8x0TauuJNxXE=";
30 pythonRelaxDeps = [ "pipdeptree" ];
32 build-system = [ poetry-core ];
47 pythonImportsCheck = [
50 "reflex_cli.deployments"
57 description = "Reflex Hosting CLI";
58 homepage = "https://pypi.org/project/reflex-hosting-cli/";
59 license = licenses.asl20;
60 maintainers = with maintainers; [ pbsds ];