Remove update badge
This commit is contained in:
parent
55ef2e8c17
commit
69c2afd76b
5 changed files with 706 additions and 33 deletions
33
pyproject.toml
Normal file
33
pyproject.toml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
[tool.poetry]
|
||||
name = "metric-temporal-logic"
|
||||
readme="README.md"
|
||||
version = "0.1.4"
|
||||
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>"]
|
||||
license = "MIT"
|
||||
packages = [
|
||||
{ include = "mtl" },
|
||||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.6"
|
||||
attrs = "^19.3.0"
|
||||
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 = "^4.28"
|
||||
pytest-cov = "^2.7"
|
||||
pytest-flake8 = "^1.0"
|
||||
pytest-sugar = "^0.9.2"
|
||||
pytest-xdist = "^1.29"
|
||||
coverage = "^4.5"
|
||||
codecov = "^2.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=0.12"]
|
||||
build-backend = "poetry.masonry.api"
|
||||
Loading…
Add table
Add a link
Reference in a new issue