Skip to content

Commit

Permalink
lestarch: fixing on major revisions, per recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch committed Jun 8, 2022
1 parent b693c0c commit af5d3f4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,16 @@
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
],
# Requires Python 3.6+
python_requires=">=3.6",
# Requires Python 3.7+
python_requires=">=3.7",
install_requires=[
"lxml",
"Markdown",
"pexpect",
"pytest",
"Cheetah3",
"cookiecutter",
"gcovr",
"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",
],
extras_require={
"dev": [
Expand Down

0 comments on commit af5d3f4

Please sign in to comment.