{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell {
buildInputs = [
python38
python38Packages.python-telegram-bot
python38Packages.aiosmtpd
python38Packages.pytest
];
}