Skip to content

Commit

Permalink
Dependency clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
isichei committed Feb 11, 2021
1 parent 14cac6f commit 42c5533
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3.6"
boto3 = "^1"
python = ">=3.6 <3.9"
boto3 = ">=1.10 <2.0.0"

[tool.poetry.dev-dependencies]
pytest = "^3.4"
moto = "^1.3"
pytest-cov = "^2.8"
boto3 = "^1.10"
jsonlines = "^1.2"
flake8 = "^3.8.3"
black = "^19.10b0"
Expand Down

0 comments on commit 42c5533

Please sign in to comment.