-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
23 lines (20 loc) · 758 Bytes
/
Pipfile
File metadata and controls
23 lines (20 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[[source]]
url = "https://www.piwheels.org/simple"
verify_ssl = true
name = "piwheels"
[packages]
opencv-contrib-python-headless = {version = "*",index = "piwheels",platform_machine = "== 'armv7l'"}
opencv-contrib-python = {version = "*",index = "pypi",platform_machine = "!= 'armv7l'"}
"RPi.GPIO" = {version = "*",platform_machine = "== 'armv7l'"}
"picamera[array]" = {version = "*",index = "piwheels",platform_machine = "== 'armv7l'"}
[dev-packages]
matplotlib = {version = "*",index = "piwheels",platform_machine = "== 'armv7l'"}
ipykernel = {version = "*",platform_machine = "== 'armv7l'"}
pytest = "*"
pytest-cov = "*"
codecov = "*"
auto-scope = {editable = true,path = "."}