forked from alexa-pi/AlexaPi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
29 lines (25 loc) · 731 Bytes
/
Pipfile
File metadata and controls
29 lines (25 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pylint = "*"
pyserial = "*"
websocket-client = "*"
fakerpigpio = "==0.3a0"
chip-io = {git = "https://github.com/xtacocorex/CHIP_IO.git"}
[packages]
requests = "*"
python-vlc = "*"
webrtcvad = "*"
pocketsphinx = "*"
coloredlogs = "*"
CherryPy = "*"
PyAudio = "*"
PyYAML = "*"
[requires]
#python_version = "3.7"
[scripts]
lint = "pylint --rcfile=pylintrc --ignore=tunein.py src/auth_web.py src/main.py src/alexapi"
yamlcheck = "python -c \"import yaml; yaml.load(open('src/config.template.yaml'))\""
shlint = "pipenv shell --anyway \"cd src/scripts && shellcheck -e 2164 -e 1117 ./inc/*.sh ./inc/os/*.sh ./inc/device/*.sh ./*.sh\" && exit"