Skip to content

Commit

Permalink
Fix dependency and update (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
calumabarnett committed Apr 23, 2021
1 parent 44c6394 commit 4de45aa
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 22 deletions.
43 changes: 23 additions & 20 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dataengineeringutils3"
version = "1.2.0"
version = "1.2.1"
description = "Data engineering utils Python 3 version"
authors = ["Data Engineering <dataengineering@digital.justice.gov.uk>"]
license = "MIT"
Expand All @@ -19,6 +19,7 @@ classifiers = [
[tool.poetry.dependencies]
python = ">=3.6 <4"
boto3 = ">=1.10 <2.0.0"
Deprecated = "^1.2.12"

[tool.poetry.dev-dependencies]
pytest = "^3.4"
Expand All @@ -27,7 +28,6 @@ pytest-cov = "^2.8"
jsonlines = "^1.2"
flake8 = "^3.8.3"
black = "^19.10b0"
Deprecated = "^1.2.12"

[build-system]
requires = ["poetry>=0.12"]
Expand Down

0 comments on commit 4de45aa

Please sign in to comment.