forked from segfault16/modular-led-controller-workstation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
37 lines (33 loc) · 715 Bytes
/
Pipfile
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
30
31
32
33
34
35
36
37
[[source]]
url = "https://www.piwheels.org/simple"
verify_ssl = true
name = "piwheels"
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
flake8 = "*"
yapf = "*"
pbr = "*"
pyinstaller = "*"
pyupdater = {editable = true,git = "https://github.com/segfault16/PyUpdater.git",ref = "3.1.2-pre"}
pytest = "*"
grpcio-tools = "*"
[packages]
numpy = "*"
scipy = "*"
jsonpickle = "*"
flask = "*"
mido = "*"
python-rtmidi = "*"
apscheduler = "*"
pillow = "*"
rpi-ws281x = {version = "*",sys_platform = "== 'linux'"}
pyaudio = {editable = true,git = "https://github.com/segfault16/pyAudio.git"}
pybleno = "*"
grpcio = "*"
protobuf = "*"
psutil = "*"
[requires]
python_version = "3.7"