Skip to content

Commit

Permalink
update pip_reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
dec1 committed May 10, 2024
1 parent c6e58cb commit 7e2f736
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion details.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ and I wanted to avoid requiring this of anyone else, wishing to run/test this pr
> ./prj/script/venv/bin/mypy --check-untyped-defs -p test -p src

Success: no issues found in 17 source files

<!--
## Check Lint
> ./prj/script/venv/bin/python -m pylint src test
--------------------------------------------------------------------
Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00)
-->
7 changes: 7 additions & 0 deletions prj/pip_reqs.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
astroid==3.1.0
contourpy==1.2.1
cycler==0.12.1
dill==0.3.8
fonttools==4.51.0
iniconfig==2.0.0
isort==5.13.2
kiwisolver==1.4.5
matplotlib==3.8.4
mccabe==0.7.0
mypy==1.10.0
mypy-extensions==1.0.0
numpy==1.26.4
packaging==24.0
pillow==10.3.0
platformdirs==4.2.1
pluggy==1.5.0
pylint==3.1.0
pyparsing==3.1.2
pytest==8.2.0
python-dateutil==2.9.0.post0
setuptools==69.5.1
six==1.16.0
tomlkit==0.12.5
typing_extensions==4.11.0

0 comments on commit 7e2f736

Please sign in to comment.