Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
build/
dist/
*egg-info/

get-poetry.py
# Don't commit files from integration test output
tests/integration/output/**.csv
tests/integration/output/**.json
Expand All @@ -13,3 +13,5 @@ tests/integration/output/**.json
.coverage

dependencies/*

.vscode/
128 changes: 97 additions & 31 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ python = "^3.7"
certifi = "==2018.10.15"
chardet = "==3.0.4"
idna = "==2.7"
lxml = "==4.5.1"
lxml = "^4.6.3"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR #250 increased the version of lxml to ^4.9.1. So this change would be a lxml version downgrade - feel free to bump the lxml version to a more recent version

pytz = "==2018.6"
requests = "==2.20.0"
urllib3 = "==1.24.3"
Expand Down