#23 refactor to use shared code between services
This commit is contained in:
+10
-3
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "amq_adapter"
|
||||
version = "0.2.30"
|
||||
version = "0.2.31"
|
||||
description = "The Python implementation of the AMQ Adapter for CleverMicro"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
@@ -36,11 +36,18 @@ dependencies = [
|
||||
where = ["."]
|
||||
include = ["amqp*"]
|
||||
|
||||
[tool.black]
|
||||
line-length = 100
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
"pytest>=7.0",
|
||||
"pytest-cov>=4.0",
|
||||
"pytest-asyncio",
|
||||
"build",
|
||||
"twine"
|
||||
"twine",
|
||||
"black",
|
||||
"isort",
|
||||
"flake8",
|
||||
"pre-commit"
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user