Skip to content

Commit

Permalink
Merge pull request #5 from sambrightman/simplify-dependencies
Browse files Browse the repository at this point in the history
Remove restrictions added before wipeenv on Travis virtualenv
  • Loading branch information
sambrightman committed Oct 6, 2020
2 parents 9e9e0ba + 6653212 commit 1f138b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def main():
"flake8_docstrings",
"isort<5",
"more-itertools<6",
"py>=1.4.29",
"pydocstyle<4",
"pylint-venv<2",
"pylint<2; python_version<'3.5'",
Expand All @@ -54,7 +53,7 @@ def main():
"pytest-pylint<0.10; python_version<'2.7' or (python_version>='3' and python_version<'3.4')",
"pytest-pylint<0.15; (python_version>='2.7' and python_version<'3') or python_version>='3.4'",
"pytest<3; python_version<'2.7' or (python_version>='3' and python_version<'3.4')",
"pytest>=2.7,<4.7; (python_version>='2.7' and python_version<'3') or python_version>='3.4'",
"pytest<5; (python_version>='2.7' and python_version<'3') or python_version>='3.4'",
"typed_ast<1.3; python_version>='3' and python_version<'3.5'",
"typing<3.7; python_version>='3' and python_version<'3.5'",
"zipp<3",
Expand Down

0 comments on commit 1f138b8

Please sign in to comment.