Upgrade dependencies.
This commit is contained in:
parent
b2f4b1efd1
commit
7892da8db2
2 changed files with 293 additions and 315 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[tool.poetry]
|
||||
name = "metric-temporal-logic"
|
||||
readme="README.md"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
description = "A library for manipulating and evaluating metric temporal logic."
|
||||
repository = "https://github.com/mvcisback/py-metric-temporal-logic"
|
||||
authors = ["Marcell Vazquez-Chanlatte <mvc@linux.com>"]
|
||||
|
|
@ -12,14 +12,14 @@ packages = [
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
attrs = "^19.3.0"
|
||||
attrs = "^22"
|
||||
lenses = "^0.5.0"
|
||||
discrete-signals = "^0.7.3"
|
||||
parsimonious = "^0.8.1"
|
||||
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
hypothesis_cfg = {git = "git://github.com/mvcisback/hypothesis-cfg.git"}
|
||||
hypothesis_cfg = {git = "https://github.com/mvcisback/hypothesis-cfg.git"}
|
||||
hypothesis = "4.24.1"
|
||||
pytest-cov = "^2.7"
|
||||
pytest-flake8 = "^1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue