7 buildPythonPackage rec {
11 src = fetchFromGitHub {
15 sha256 = "19gnsjzf3kwcwp2rwa30zpqjqgxb9plgcsx7fqbmxnrxgw99fyqx";
18 propagatedBuildInputs = [ requests ];
20 # Tests require network access
22 pythonImportsCheck = [ "pymsteams" ];
25 description = "Python module to interact with Microsoft Teams";
26 homepage = "https://github.com/rveachkc/pymsteams";
27 license = with licenses; [ asl20 ];
28 maintainers = with maintainers; [ fab ];