Skip to content

Commit

Permalink
Add requirements.in (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Krijnen <t.krijnen@gmail.com>
  • Loading branch information
thbeu and aothms authored Mar 31, 2024
1 parent 1a21ce0 commit c531dc9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Install dependencies
run: |
python3 -m pip install pytest lark-parser
python3 -m pip install -r requirements.in pytest
- name: Run test suite
run: |
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Step Physical File Validator

Pure-python Step Physical File Validator and Parser implemented using Lark (`pip install lark-parser`).
Pure-python Step Physical File Validator and Parser implemented using Lark (`pip install -r requirements.in`).

## Example command line usage:

Expand Down Expand Up @@ -34,4 +34,4 @@ Expecting HEADER
$ python main.py fixtures\pass_1.ifc
Valid
~~~
~~~
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lark-parser

0 comments on commit c531dc9

Please sign in to comment.