forked from hbldh/bleak
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
29 lines (26 loc) · 709 Bytes
/
Pipfile
File metadata and controls
29 lines (26 loc) · 709 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]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
dbus-next = {version = ">=0.2.2", sys_platform = "== 'linux'"}
pyobjc-core = {version = ">=7.0.1", sys_platform = "== 'darwin'"}
pyobjc-framework-CoreBluetooth = {version = ">=7.0.1", sys_platform = "== 'darwin'"}
pyobjc-framework-libdispatch = {version = ">=7.0.1", sys_platform = "== 'darwin'"}
bleak-winrt = {version = ">=1.1.1", sys_platform = "== 'win32'"}
[dev-packages]
pytest = "*"
bumpversion = "*"
tox = "*"
"flake8" = "*"
sphinx = "*"
sphinx-rtd-theme = "*"
pytest-cov = "*"
cryptography = "*"
pyyaml = "*"
wheel = "*"
watchdog = "*"
coverage = "*"
black = ">=22.1.0"
[pipenv]
allow_prereleases = true