Skip to content

Commit

Permalink
Expand dependencies version ranges to fix #120
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Feb 19, 2020
1 parent 33ffc58 commit 36679d3
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,23 @@ packages = [

[tool.poetry.dependencies]
python = "^3.6"
django = "^2.2"
django-reversion = "^2.0"
django = "2.2.* || 3.*"
django-reversion = "*"

[tool.poetry.dev-dependencies]
pytest = "^4.6"
pytest-django = "^3.8.0"
pytest-cov = "^2.8.1"
coveralls = "^1.10.0"
tox = "^3.14.3"
django-tools = "^0.46.0"
poetry-publish = "^0.3.0"
pygments = "^2.5.2"
textile = "^4.0.0"
isort = "^4.3.21"
flake8 = "^3.7.9"
flynt = "^0.40.1"
autopep8 = "^1.4.4"
pytest = "*"
pytest-django = "*"
pytest-cov = "*"
coveralls = "*"
tox = "*"
django-tools = "*"
poetry-publish = "*"
pygments = "*"
textile = "*"
isort = "*"
flake8 = "*"
flynt = "*"
autopep8 = "*"

[tool.poetry.scripts]
update_rst_readme = "reversion_compare.publish:update_readme"
Expand Down

0 comments on commit 36679d3

Please sign in to comment.