Skip to content

Commit

Permalink
Merge pull request #42 from tim-band/pr-freeze
Browse files Browse the repository at this point in the history
Pr freeze
  • Loading branch information
tim-band authored Jan 10, 2024
2 parents 6c64eca + b536e60 commit 5287607
Show file tree
Hide file tree
Showing 16 changed files with 929 additions and 230 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If not, you may want to create a virtual environment for your python, one option
For Unix:

```shell
python -m venv env --prompt qw # create virtual environment directory called `venv`
python -m venv venv --prompt qw # create virtual environment directory called `venv`
source venv/bin/activate # use the virtual environment
pip install git+https://github.com/UCL-ARC/qw.git#egg=qw # install qw
echo "venv" >> .gitignore. # ensure git ignores the `venv` directory
Expand Down
89 changes: 88 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ keyring = "^24.2.0"
loguru = "^0.7.2"
lxml = "^4.9.3"
pytest = "^7.4.3"
pytest-cov = "^4.1.0"
python = "^3.9"
python-docx = "^1.0.1"
rich = "^13.6.0"
Expand Down
1 change: 0 additions & 1 deletion resources/qw-fields.txt

This file was deleted.

Loading

0 comments on commit 5287607

Please sign in to comment.