Skip to content

Commit

Permalink
lestarch: loosening package requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch committed Jun 3, 2022
1 parent b678f39 commit e902e94
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,13 @@
# Requires Python 3.6+
python_requires=">=3.6",
install_requires=[
"lxml==4.6.3",
"Markdown==3.3.4",
"MarkupSafe<2.0.0",
"pexpect==4.8.0",
"pytest==6.2.4",
"Cheetah3==3.2.6",
"setuptools-scm==6.0.1",
"cookiecutter==1.7.2",
"gcovr==5.0",
"lxml",
"Markdown",
"pexpect",
"pytest",
"Cheetah3",
"cookiecutter",
"gcovr",
],
extras_require={
"dev": [
Expand Down

0 comments on commit e902e94

Please sign in to comment.