python3Packages.sunpy: add towncrier

This commit is contained in:
Jonathan Ringer 2020-07-28 15:36:28 -07:00 committed by Jon
parent 0a2bebf78d
commit 0eac2cfa20

View File

@ -2,27 +2,29 @@
, lib , lib
, buildPythonPackage , buildPythonPackage
, fetchFromGitHub , fetchFromGitHub
, numpy
, scipy
, matplotlib
, pandas
, astropy
, parfive
, pythonOlder , pythonOlder
, sqlalchemy
, scikitimage , asdf
, glymur , astropy
, astropy-helpers
, beautifulsoup4 , beautifulsoup4
, drms , drms
, python-dateutil , glymur
, zeep
, tqdm
, asdf
, astropy-helpers
, hypothesis , hypothesis
, matplotlib
, numpy
, pandas
, parfive
, pytest-astropy , pytest-astropy
, pytestcov
, pytest-mock , pytest-mock
, pytestcov
, python-dateutil
, scikitimage
, scipy
, sqlalchemy
, towncrier
, tqdm
, zeep
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -47,6 +49,7 @@ buildPythonPackage rec {
parfive parfive
sqlalchemy sqlalchemy
scikitimage scikitimage
towncrier
glymur glymur
beautifulsoup4 beautifulsoup4
drms drms