{ pkgs ? import <nixpkgs> { }, lint ? false }:
pkgs.python3Packages.callPackage ({ lib, buildPythonPackage, makeWrapper
, autopep8, mypy, pylint, beautifulsoup4, requests, requests-cache
{ pkgs ? import <nixpkgs> { }, lint ? false }:
pkgs.python3Packages.callPackage ({ lib, buildPythonPackage, makeWrapper
, autopep8, mypy, pylint, beautifulsoup4, requests, requests-cache
- , texliveBasic, types-beautifulsoup4, types-requests, xdg-base-dirs
+ , texliveFull, types-beautifulsoup4, types-requests, xdg-base-dirs