From 4175b55e8c0b10e5958882ae555c89312da79e23 Mon Sep 17 00:00:00 2001 From: BJ Fulton Date: Thu, 14 Sep 2023 11:37:08 -0600 Subject: [PATCH] add coveralls to reqs --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c8661b6a..8e67de39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,5 @@ jinja2>=2.9 python-dateutil>=2.5.0 h5py>=3.9.0 dill -ipython \ No newline at end of file +ipython +coveralls==3.2.0 \ No newline at end of file