Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxiaocs7 committed Oct 14, 2023
1 parent 562eb5b commit 384fe17
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
28 changes: 16 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -34,23 +31,30 @@ 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
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
Expand Down
1 change: 1 addition & 0 deletions requirements/test.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pytest
pytest-cov

0 comments on commit 384fe17

Please sign in to comment.