Skip to content

Commit

Permalink
Fix LXML CI build break (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghidalgo3 authored Apr 1, 2024
1 parent 7b8af2e commit 8436378
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
4 changes: 3 additions & 1 deletion pccommon/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"types-cachetools==4.2.9",
"pyhumps==3.5.3",
"redis==4.2.0-rc1",
"html-sanitizer==1.9",
"html-sanitizer==2.4",
# Soon available as lxml[html_clean]
"lxml_html_clean==0.1.0",
]

extra_reqs = {
Expand Down
19 changes: 9 additions & 10 deletions pcstac/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ googleapis-common-protos==1.59.1
# via google-api-core
h11==0.14.0
# via uvicorn
html-sanitizer==1.9.0
html-sanitizer==2.4.0
# via pccommon (pccommon/setup.py)
httptools==0.5.0
# via uvicorn
Expand All @@ -101,8 +101,12 @@ isodate==0.6.1
# via msrest
lark==0.12.0
# via pygeofilter
lxml==4.9.2
# via html-sanitizer
lxml[html-clean]==5.2.0
# via
# html-sanitizer
# lxml-html-clean
lxml-html-clean==0.1.0
# via pccommon (pccommon/setup.py)
msal==1.22.0
# via
# azure-identity
Expand Down Expand Up @@ -143,9 +147,7 @@ protobuf==4.23.2
psutil==5.9.5
# via opencensus-ext-azure
psycopg[binary]==3.1.9
# via
# psycopg
# pypgstac
# via pypgstac
psycopg-binary==3.1.9
# via psycopg
psycopg-pool==3.1.7
Expand Down Expand Up @@ -182,7 +184,6 @@ pyjwt[crypto]==2.7.0
pypgstac[psycopg]==0.7.9
# via
# pcstac (pcstac/setup.py)
# pypgstac
# stac-fastapi-pgstac
pystac==1.9.0
# via
Expand Down Expand Up @@ -281,9 +282,7 @@ urllib3==1.26.16
# google-auth
# requests
uvicorn[standard]==0.17.6
# via
# pcstac (pcstac/setup.py)
# uvicorn
# via pcstac (pcstac/setup.py)
uvloop==0.17.0
# via uvicorn
version-parser==1.0.1
Expand Down

0 comments on commit 8436378

Please sign in to comment.