Skip to content

Commit

Permalink
Improve code
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Feb 15, 2024
1 parent c5895be commit 53bf540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: '3.10'

- name: Install dependencies
run: python -m pip install pycodestyle ply coverage
run: python -m pip install pycodestyle ply coverage packaging

- name: Check code style
run: pycodestyle --max-line-length=120 --ignore=E402,W504,W605,E722,E741 . --exclude=doc
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
"Python 2 and Python 3"),
description="Resource and Application Description Language (RADL) parser.",
platforms=["any"],
install_requires=["ply"])
install_requires=["ply", "packaging"])

0 comments on commit 53bf540

Please sign in to comment.