Skip to content

Commit

Permalink
define dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
myifeng committed Feb 20, 2024
1 parent 987f26b commit ff53db7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ def read_file(filename):
"dirty_template": "{tag}",
"dev_template": "{tag}"
},
setup_requires=["setuptools-git-versioning"]
setup_requires=["setuptools-git-versioning"],
install_requires = ['beautifulsoup4==4.12.2', 'html2text==2020.1.16', 'requests==2.31.0', 'lxml==4.9.0']
)

0 comments on commit ff53db7

Please sign in to comment.