Skip to content

Commit

Permalink
python3Packages.sunpy: add towncrier
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ringer committed Aug 4, 2020
1 parent 0a2bebf commit 0eac2cf
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions pkgs/development/python-modules/sunpy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,29 @@
, lib
, buildPythonPackage
, fetchFromGitHub
, numpy
, scipy
, matplotlib
, pandas
, astropy
, parfive
, pythonOlder
, sqlalchemy
, scikitimage
, glymur
, beautifulsoup4
, drms
, python-dateutil
, zeep
, tqdm

, asdf
, astropy
, astropy-helpers
, beautifulsoup4
, drms
, glymur
, hypothesis
, matplotlib
, numpy
, pandas
, parfive
, pytest-astropy
, pytestcov
, pytest-mock
, pytestcov
, python-dateutil
, scikitimage
, scipy
, sqlalchemy
, towncrier
, tqdm
, zeep
}:

buildPythonPackage rec {
Expand All @@ -47,6 +49,7 @@ buildPythonPackage rec {
parfive
sqlalchemy
scikitimage
towncrier
glymur
beautifulsoup4
drms
Expand Down

0 comments on commit 0eac2cf

Please sign in to comment.