Browse Source

[deps] updated pyproject automatically

Maxime Alves LIRMM@home 3 years ago
parent
commit
3a33bdfe9d
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      pyproject.toml

+ 3
- 3
pyproject.toml View File

@@ -9,8 +9,8 @@ license = "GPL-3.0-or-later"
9 9
 python = "^3.7"
10 10
 starlette = "^0.13.6"
11 11
 uvicorn = "^0.11.6"
12
-umodbus = "^1.0.3"
13 12
 click = "^7.1.2"
13
+umodbus = "^1.0.3"
14 14
 
15 15
 [tool.poetry.dev-dependencies]
16 16
 pytest = "^5.4.3"
@@ -18,9 +18,9 @@ requests = "^2.24.0"
18 18
 asynctest = "^0.13.0"
19 19
 pytest-asyncio = "^0.14.0"
20 20
 
21
+[tool.poetry.scripts]
22
+pyheatpump = 'pyheatpump.cli:run'
21 23
 [build-system]
22 24
 requires = ["poetry>=0.12"]
23 25
 build-backend = "poetry.masonry.api"
24 26
 
25
-[tool.poetry.scripts]
26
-pyheatpump = 'pyheatpump.cli:run'

Loading…
Cancel
Save