7 buildPythonPackage rec {
12 inherit pname version;
13 hash = "sha256-yxH/ZmV777qU2CjjtiLV+3byL72hN281Xz5uUel9lFA=";
16 propagatedBuildInputs = [
23 pythonImportsCheck = [ "watchgod" ];
26 description = "Simple, modern file watching and code reload in python";
27 homepage = "https://github.com/samuelcolvin/watchgod";
28 license = licenses.mit;
29 maintainers = with maintainers; [ globin ];