1*cfb92d14SAndroid Build Coastguard Worker[build-system] 2*cfb92d14SAndroid Build Coastguard Workerrequires = ["poetry-core>=1.0.0"] 3*cfb92d14SAndroid Build Coastguard Workerbuild-backend = "poetry.core.masonry.api" 4*cfb92d14SAndroid Build Coastguard Worker 5*cfb92d14SAndroid Build Coastguard Worker[tool.poetry] 6*cfb92d14SAndroid Build Coastguard Workername = "bbtc client" 7*cfb92d14SAndroid Build Coastguard Workerversion = "0.1.0" 8*cfb92d14SAndroid Build Coastguard Workerdescription = "BBTC client for TCAT devices" 9*cfb92d14SAndroid Build Coastguard Workerauthors = ["Piotr Jasinski <[email protected]>"] 10*cfb92d14SAndroid Build Coastguard Worker 11*cfb92d14SAndroid Build Coastguard Worker[tool.poetry.dependencies] 12*cfb92d14SAndroid Build Coastguard Workerpython = "^3.7" 13*cfb92d14SAndroid Build Coastguard Workerbleak = "^0.20.2" 14*cfb92d14SAndroid Build Coastguard Workerpytest ="^7.1.2" 15*cfb92d14SAndroid Build Coastguard Worker 16*cfb92d14SAndroid Build Coastguard Worker[tool.poetry.dev-dependencies] 17