Skip to content

Commit

Permalink
Dependencies moved
Browse files Browse the repository at this point in the history
  • Loading branch information
Artiom N. authored and artiomn committed Apr 27, 2024
1 parent 3f7934d commit 48e905a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 mypy pytest pylint \
types-all types-attrs types-dataclasses types-PyYAML types-typed-ast
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
if [ -f requirements_dev.txt ]; then pip install -r requirements_dev.txt; fi
- name: MyPy types checking
run: |
mypy --config-file .mypy.ini markdown_toolset
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
markdown==3.2.1
pillow==10.3.0
requests==2.31.0
types-markdown==3.6.0.20240316
weasyprint==51
10 changes: 10 additions & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
flake8
mypy
pre-commit==2.20.0
pylint
pytest
types-all
types-attrs
types-dataclasses
types-markdown
types-PyYAML
types-typed-ast

0 comments on commit 48e905a

Please sign in to comment.