Skip to content

Commit fdc7cda

Browse files
committed
Update pyproject.toml
1 parent 03b886d commit fdc7cda

File tree

5 files changed

+31
-3925
lines changed

5 files changed

+31
-3925
lines changed
Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
{
22
"domain": "uhoo",
33
"name": "uHoo",
4+
"codeowners": [
5+
"@andrewleech",
6+
"@csacca",
7+
"@srescio"
8+
],
9+
"config_flow": true,
410
"documentation": "https://github.com/andrewleech/uhoo-homeassistant/",
511
"iot_class": "cloud_polling",
612
"issue_tracker": "https://github.com/andrewleech/uhoo-homeassistant/issues",
7-
"version": "0.0.7",
8-
"config_flow": true,
9-
"codeowners": ["@andrewleech", "@csacca", "@srescio"],
10-
"requirements": [
11-
"aiohttp>=3.7.4",
12-
"click>=8.0.1",
13-
"pycryptodome>=3.10.1",
14-
"pyyaml>=6.0",
15-
"yarl>=1.8.1"
16-
]
17-
}
13+
"version": "0.0.7"
14+
}
Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
1-
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
2-
// https://github.com/microsoft/vscode-dev-containers/tree/v0.194.0/containers/python-3
31
{
42
"name": "Python 3",
53
"build": {
64
"dockerfile": "Dockerfile",
75
"context": "..",
86
"args": {
9-
// Update 'VARIANT' to pick a Python version: 3, 3.6, 3.7, 3.8, 3.9
107
"VARIANT": "3.9",
11-
// Options
128
"NODE_VERSION": "lts/*"
139
}
1410
},
15-
16-
// Set *default* container specific settings.json values on container create.
1711
"settings": {
1812
"python.pythonPath": "/usr/local/bin/python",
1913
"python.languageServer": "Pylance",
@@ -29,16 +23,6 @@
2923
"python.linting.pydocstylePath": "/usr/local/py-utils/bin/pydocstyle",
3024
"python.linting.pylintPath": "/usr/local/py-utils/bin/pylint"
3125
},
32-
33-
// Add the IDs of extensions you want installed when the container is created.
3426
"extensions": ["ms-python.python", "ms-python.vscode-pylance"],
35-
36-
// Use 'forwardPorts' to make a list of ports inside the container available locally.
37-
// "forwardPorts": [],
38-
39-
// Use 'postCreateCommand' to run commands after the container is created.
40-
// "postCreateCommand": "pip3 install --user -r requirements.txt",
41-
42-
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
4327
"remoteUser": "vscode"
4428
}

0 commit comments

Comments
 (0)