Skip to content

Commit

Permalink
Remove markupsafe from dependencies (#623)
Browse files Browse the repository at this point in the history
Description
What is the current behavior?

We might not need markupsafe package.

closes: #622
What is the new behavior?

remove it from pyprojects.py and try if our test cases pass without it.
Does this introduce a breaking change?

Nope
  • Loading branch information
utkarsharma2 authored Aug 11, 2022
1 parent 1288291 commit f7c07e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ license = {file = "LICENSE"}
requires-python = ">=3.7"
dependencies = [
"apache-airflow>=2.0",
"markupsafe>=1.1.1,<2.1.0",
"pandas>=1.3.4,<2.0.0", # Pinning it to <2.0.0 to avoid breaking changes
"pyarrow",
"python-frontmatter",
Expand Down

0 comments on commit f7c07e5

Please sign in to comment.