10 buildPythonPackage rec {
11 pname = "questionary";
15 src = fetchFromGitHub {
19 sha256 = "1x748bz7l2r48031dj6vr6jvvac28pv6vx1bina4lz60h1qac1kf";
22 nativeBuildInputs = [ poetry ];
24 propagatedBuildInputs = [ prompt_toolkit ];
31 pythonImportsCheck = [ "questionary" ];
34 description = "Python library to build command line user prompts";
35 homepage = "https://github.com/bachya/regenmaschine";
36 license = with licenses; [ mit ];
37 maintainers = with maintainers; [ fab ];