with import {}; python3.pkgs.buildPythonApplication { pname = "zulip-twitter-bot"; version = "latest"; src = ./.; propagatedBuildInputs = with python3.pkgs; [ python-twitter zulip ]; }