Skip to content

Commit

Permalink
Merge 821d2ef into 628fbf1
Browse files Browse the repository at this point in the history
  • Loading branch information
netsettler committed Apr 5, 2020
2 parents 628fbf1 + 821d2ef commit d3c6465
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 27 deletions.
121 changes: 103 additions & 18 deletions poetry.lock

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

18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.poetry]
name = "dcicutils"
version = "0.13.1"
version = "0.13.2b1"
description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources"
authors = ["William Ronchetti <william_ronchetti@hms.harvard.edu>"]
authors = ["4DN-DCIC Team <support@4dnucleome.org>"]
license = "MIT"
readme = "README.rst"
homepage = "https://github.com/4dn-dcic/utils"
Expand All @@ -23,13 +23,13 @@ structlog = "^19.2.0"
requests = "^2.21.0"

[tool.poetry.dev-dependencies]
pytest = "^4.5.0"
pytest-cov = "^2.7.1"
pytest-mock = "^1.10.4"
pytest-runner = "^5.1"
flaky = "^3.6.1"
flake8 = "^3.7.8"
coverage = "^4.5.4"
pytest = ">=4.5.0"
pytest-cov = ">=2.7.1"
pytest-mock = ">=1.10.4"
pytest-runner = ">=5.1"
flaky = ">=3.6.1"
flake8 = ">=3.7.8"
coverage = ">=4.5.4"

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

0 comments on commit d3c6465

Please sign in to comment.