From 384fe177bade7787b3d38c6081b53313e47b534c Mon Sep 17 00:00:00 2001 From: liuxiao Date: Sat, 14 Oct 2023 16:12:21 +0800 Subject: [PATCH] update --- requirements/dev.txt | 28 ++++++++++++++++------------ requirements/test.in | 1 + 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 5f1b2457..f4e2f5ad 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,23 +1,20 @@ # -# This file is autogenerated by pip-compile with Python 3.7 +# This file is autogenerated by pip-compile with Python 3.9 # by the following command: # # pip-compile requirements/dev.in # +attrs==23.1.0 + # via pytest build==1.0.3 # via pip-tools click==8.1.7 # via pip-tools -exceptiongroup==1.1.3 - # via pytest +coverage[toml]==7.2.7 + # via pytest-cov importlib-metadata==6.7.0 - # via - # build - # click - # pluggy - # prettytable - # pytest + # via build iniconfig==2.0.0 # via pytest numpy==1.21.6 @@ -34,9 +31,15 @@ pluggy==1.2.0 # via pytest prettytable==3.7.0 # via -r requirements/example.in +py==1.11.0 + # via pytest pyproject-hooks==1.0.0 # via build pytest==6.2.5 + # via + # -r requirements/test.in + # pytest-cov +pytest-cov==4.1.0 # via -r requirements/test.in python-dateutil==2.8.2 # via pandas @@ -44,13 +47,14 @@ pytz==2023.3.post1 # via pandas six==1.16.0 # via python-dateutil +toml==0.10.2 + # via pytest tomli==2.0.1 # via # build + # coverage # pip-tools - # pytest -typing-extensions==4.7.1 - # via importlib-metadata + # pyproject-hooks wcwidth==0.2.8 # via prettytable wheel==0.41.2 diff --git a/requirements/test.in b/requirements/test.in index e079f8a6..9955decc 100644 --- a/requirements/test.in +++ b/requirements/test.in @@ -1 +1,2 @@ pytest +pytest-cov