Fix toml file.

This commit is contained in:
Marcell Vazquez-Chanlatte 2020-02-10 10:19:10 -08:00
parent 69c2afd76b
commit 99690fa3fc
2 changed files with 11 additions and 12 deletions

21
poetry.lock generated
View file

@ -133,25 +133,24 @@ version = "1.14"
[[package]] [[package]]
category = "dev" category = "dev"
description = "A library for property-based testing" description = "A library for property based testing"
name = "hypothesis" name = "hypothesis"
optional = false optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
version = "4.57.1" version = "4.24.1"
[package.dependencies] [package.dependencies]
attrs = ">=19.2.0" attrs = ">=16.0.0"
sortedcontainers = ">=2.1.0,<3.0.0"
[package.extras] [package.extras]
all = ["django (>=1.11)", "dpcontracts (>=0.4)", "lark-parser (>=0.6.5)", "numpy (>=1.9.0)", "pandas (>=0.19)", "pytest (>=4.3)", "python-dateutil (>=1.4)", "pytz (>=2014.1)"] all = ["django (>=1.11)", "dpcontracts (>=0.4)", "lark-parser (>=0.6.5)", "numpy (>=1.9.0)", "pandas (>=0.19)", "pytest (>=3.0)", "python-dateutil (>=1.4)", "pytz (>=2014.1)", "pytz"]
dateutil = ["python-dateutil (>=1.4)"] dateutil = ["python-dateutil (>=1.4)"]
django = ["pytz (>=2014.1)", "django (>=1.11)"] django = ["django (>=1.11)", "pytz"]
dpcontracts = ["dpcontracts (>=0.4)"] dpcontracts = ["dpcontracts (>=0.4)"]
lark = ["lark-parser (>=0.6.5)"] lark = ["lark-parser (>=0.6.5)"]
numpy = ["numpy (>=1.9.0)"] numpy = ["numpy (>=1.9.0)"]
pandas = ["pandas (>=0.19)"] pandas = ["pandas (>=0.19)"]
pytest = ["pytest (>=4.3)"] pytest = ["pytest (>=3.0)"]
pytz = ["pytz (>=2014.1)"] pytz = ["pytz (>=2014.1)"]
[[package]] [[package]]
@ -170,7 +169,6 @@ hypothesis = "*"
reference = "542f2504881e82121c916cabadcd0fb7a436026e" reference = "542f2504881e82121c916cabadcd0fb7a436026e"
type = "git" type = "git"
url = "git://github.com/mvcisback/hypothesis-cfg.git" url = "git://github.com/mvcisback/hypothesis-cfg.git"
[[package]] [[package]]
category = "dev" category = "dev"
description = "Internationalized Domain Names in Applications (IDNA)" description = "Internationalized Domain Names in Applications (IDNA)"
@ -480,7 +478,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
testing = ["jaraco.itertools"] testing = ["jaraco.itertools"]
[metadata] [metadata]
content-hash = "754a14bb3819c15a8c633739da35489d0d43adc1ed187948807ba289004d4800" content-hash = "b15cc8274f95a4703eb1c0ec9fb67e72d28fb832e3d50929ca1e7dcf67b4fd45"
python-versions = "^3.6" python-versions = "^3.6"
[metadata.files] [metadata.files]
@ -565,8 +563,9 @@ funcy = [
{file = "funcy-1.14.tar.gz", hash = "sha256:75ee84c3b446f92e68a857c2267b15a1b49c631c9d5a87a5f063cd2d6761a5c4"}, {file = "funcy-1.14.tar.gz", hash = "sha256:75ee84c3b446f92e68a857c2267b15a1b49c631c9d5a87a5f063cd2d6761a5c4"},
] ]
hypothesis = [ hypothesis = [
{file = "hypothesis-4.57.1-py3-none-any.whl", hash = "sha256:94f0910bc87e0ae8c098f4ada28dfdc381245e0c8079c674292b417dbde144b5"}, {file = "hypothesis-4.24.1-py2-none-any.whl", hash = "sha256:5820f201a71f1779f9ce685214527c50556baccf256cca94be372f5454082a43"},
{file = "hypothesis-4.57.1.tar.gz", hash = "sha256:3c4369a4b0a1348561048bcda5f1db951a1b8e2a514ea8e8c70d36e656bf6fa0"}, {file = "hypothesis-4.24.1-py3-none-any.whl", hash = "sha256:86ee5cc0575c12ecdf5456edaab55d2046d550eb50bcf73fd84cbcc80015f18b"},
{file = "hypothesis-4.24.1.tar.gz", hash = "sha256:0beadf7647fd7e5ae7c983d5562251667837fc475027f57c561f9d6f678612ba"},
] ]
hypothesis-cfg = [] hypothesis-cfg = []
idna = [ idna = [

View file

@ -20,7 +20,7 @@ parsimonious = "^0.8.1"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
hypothesis_cfg = {git = "git://github.com/mvcisback/hypothesis-cfg.git"} hypothesis_cfg = {git = "git://github.com/mvcisback/hypothesis-cfg.git"}
hypothesis = "^4.28" hypothesis = "4.24.1"
pytest-cov = "^2.7" pytest-cov = "^2.7"
pytest-flake8 = "^1.0" pytest-flake8 = "^1.0"
pytest-sugar = "^0.9.2" pytest-sugar = "^0.9.2"