Unpin LXML, and remove linux deps as they were only required when building lxml from source (#3874)

This commit is contained in:
Bert Blommers 2021-04-24 09:33:00 +01:00 committed by GitHub
commit ede2579836
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 13 deletions

View file

@ -9,6 +9,6 @@ boto>=2.45.0
prompt-toolkit==2.0.10 # 3.x is not available with python2
click==6.7
inflection==0.3.1
lxml==4.2.3
lxml
packaging