Skip to content
Snippets Groups Projects
Commit acd49174 authored by Xavier Bonnin's avatar Xavier Bonnin
Browse files

Merge branch 'develop'

parents 6ea1d90e d09155d9
Branches
Tags 0.8.2
No related merge requests found
......@@ -90,6 +90,9 @@ ENV/
env.bak/
venv.bak/
# Poetry
poetry.toml
# Spyder project settings
.spyderproject
.spyproject
......
......@@ -89,8 +89,8 @@ optional = false
python-versions = ">=3.7"
[package.extras]
testing = ["pytest-timeout (>=2.1)", "pytest-cov (>=3)", "pytest (>=7.1.2)", "coverage (>=6.4.2)", "covdefaults (>=2.2)"]
docs = ["sphinx-autodoc-typehints (>=1.19.1)", "sphinx (>=5.1.1)", "furo (>=2022.6.21)"]
docs = ["furo (>=2022.6.21)", "sphinx (>=5.1.1)", "sphinx-autodoc-typehints (>=1.19.1)"]
testing = ["covdefaults (>=2.2)", "coverage (>=6.4.2)", "pytest (>=7.1.2)", "pytest-cov (>=3)", "pytest-timeout (>=2.1)"]
[[package]]
name = "greenlet"
......@@ -248,7 +248,7 @@ dev = ["pre-commit", "tox"]
[[package]]
name = "poppy-core"
version = "0.11.1"
version = "0.11.2"
description = "POPPy: Plugin-Oriented Pipeline for Python"
category = "main"
optional = false
......@@ -462,10 +462,7 @@ nodeenv = []
packaging = []
pkgutil-resolve-name = []
platformdirs = []
pluggy = [
{file = "pluggy-0.13.1-py2.py3-none-any.whl", hash = "sha256:966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d"},
{file = "pluggy-0.13.1.tar.gz", hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"},
]
pluggy = []
poppy-core = []
pre-commit = []
psycopg2-binary = []
......@@ -476,10 +473,7 @@ pytest = []
pytest-cov = []
pyyaml = []
sqlalchemy = []
toml = [
{file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"},
{file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"},
]
toml = []
virtualenv = []
wcwidth = []
zipp = []
[build-system]
requires = [ "setuptools<60", "wheel", "poetry==1.1.8", "poetry-core==1.0.4"]
requires = [ "setuptools<60", "wheel", "poetry", "poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.black]
......@@ -10,7 +10,7 @@ exclude = "/(\n \\.git\n | \\.hg\n | \\.mypy_cache\n | \\.tox\n | \\.venv
[tool.poetry]
name = "poppy-pop"
version = "0.8.1"
version = "0.8.2"
readme = "README.md"
license = "CeCILL-C"
repository = "https://gitlab.obspm.fr/POPPy/POP"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment