Skip to content

Instantly share code, notes, and snippets.

@dmjio

dmjio/foo.hs Secret

Created January 31, 2019 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmjio/1648b1c8368cdf7d8009025a413a9126 to your computer and use it in GitHub Desktop.
Save dmjio/1648b1c8368cdf7d8009025a413a9126 to your computer and use it in GitHub Desktop.
pkg =
let
deps = with super;
[ sqlalchemy numpy pandas tqdm pytestrunner
ipython self.expects self.pytest_402 self.pytest-codestyle_14
];
in
super.buildPythonPackage {
pname = "pkg";
version = "0.0.1";
src = ../../pybits;
buildInputs = deps;
propagatedBuildInputs = deps;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment