Skip to content

Commit 3b1bd8a

Browse files
author
Mark Schultz
authored
Update setup.py
added python six.readthedocs.io to install_requires
1 parent cf2d544 commit 3b1bd8a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@
3939
keywords="budgitree scientific exponential notation branch support decimal polytomy polytomies phylogenetic newick tree bifurcating", # Optional
4040
packages=find_packages(exclude=["contrib", "docs", "tests"]), # Required
4141
python_requires=">=3.9",
42-
install_requires=["ete3 >= 3.1.3",
43-
"biopython >= 1.84"],
42+
install_requires=["ete3 == 3.1.3",
43+
"biopython == 1.84",
44+
"six == 1.16.0"],
4445
extras_require={ # Optional
4546
"dev": ["pre-commit", "pipenv"],
4647
"test": ["pytest", "pytest-cov"],

0 commit comments

Comments
 (0)