Skip to content

Commit

Permalink
Remove deps upper bounds (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc committed Feb 1, 2023
1 parent 3f7865a commit a6fbd2f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,17 @@
# Requires Python 3.7+
python_requires=">=3.7",
install_requires=[
"lxml>=4.6.3, <5.0.0",
"Markdown>=3.3.4, <4.0.0",
"pexpect>=4.8.0, <5.0.0",
"pytest>=6.2.4, <7.0.0",
"Cheetah3>=3.2.6, <4.0.0",
"cookiecutter>=1.7.2, <2.0.0",
"gcovr>=5.0, <6.0",
"lxml>=4.6.3",
"Markdown>=3.3.4",
"pexpect>=4.8.0",
"pytest>=6.2.4",
"Cheetah3>=3.2.6",
"cookiecutter>=1.7.2",
"gcovr>=5.0",
],
extras_require={
"dev": [
"black==21.5b1",
"black",
"pylama",
"pylint",
"pre-commit",
Expand Down

0 comments on commit a6fbd2f

Please sign in to comment.