Skip to content

Commit

Permalink
pinning libs for 2.7 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
niksite committed Oct 26, 2020
1 parent ce95aee commit 25439f9
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,19 @@ version = "1.4.3"

[tool.poetry.dependencies]
python = "~2.7 || ^3.6"
six = "^1.11"
six = "*"

[tool.poetry.dev-dependencies]
bandit = [ {version = "*", python = "^3.6"} ]
flake8 = [ {version = "*", python = "^3.6"} ]
pydocstyle = [ {version = "*", python = "^3.6"} ]
pylint = [ {version = "*", python = "^3.6"} ]
pytest = [ {version = "*", python = "^3.6"} ]
pytest-cov = [ {version = "*", python = "^3.6"} ]
pytest-flakes = [ {version = "*", python = "^3.6"} ]
pytest-socket = [ {version = "*", python = "^3.6"} ]
tox = [ {version = "*", python = "^3.6"} ]
bandit = [{version="*", python="^3.6"}]
flake8 = [{version="*", python="^3.6"}]
pluggy = [{version="0.13.1", python="~2.7"}]
pydocstyle = [{version="*", python="^3.6"}]
pylint = [{version="*", python="^3.6"}]
pytest = [{version="3.10.1", python="~2.7"},{version="*", python="^3.6"}]
pytest-cov = [{version="2.9.0", python="~2.7"},{version="*", python="^3.6"}]
pytest-flakes = [{version="4.0.1", python="~2.7"},{version="*", python="^3.6"}]
pytest-socket = [{version="0.3.3", python="~2.7"}, {version="*", python="^3.6"}]
tox = [{version="*", python="^3.6"}]

[build-system]
build-backend = "poetry.masonry.api"
Expand Down

0 comments on commit 25439f9

Please sign in to comment.