Skip to content

Commit

Permalink
add requirements_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab authored and PetePupalaikis committed May 6, 2024
1 parent 50f51dc commit ec6f37c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache: "pip"
- name: Install dependencies
run: |
pip install -e .
make install
- name: Test
run: make test
test_docs:
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

install:
pip install -e .
pip install -r requirements_dev.txt

pre-commit:
pre-commit install
Expand Down
24 changes: 24 additions & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
autodoc_pydantic
autotyping
doc8
docutils==0.17.1
flake8
flake8-bugbear
ipykernel
mypy
myst-parser
nbsphinx
pre-commit
pur
pydocstyle
pytest
pytest-cov
pytest-regressions
sphinx-autodoc-typehints
sphinx-book-theme==0.3.3
sphinx-click
sphinx-copybutton
sphinx-markdown-tables==0.0.16
types-PyYAML
types-waitress
xdoctest

0 comments on commit ec6f37c

Please sign in to comment.