support py38

This commit is contained in:
2022-08-15 18:36:07 -05:00
parent 7665938ac3
commit 695ee084b5
2 changed files with 19 additions and 96 deletions

View File

@@ -5,7 +5,7 @@ description = "Data Loader for CFP Resume Ranking sources"
authors = ["Brad Brown <brad@bradsbrown.com>"]
[tool.poetry.dependencies]
python = "^3.9"
python = "^3.8"
beautifulsoup4 = "^4.11.1"
playwright = "^1.24.0"