forked from hbldh/bleak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
27 lines (24 loc) · 777 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
[[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'"}
pythonnet = {version = ">=2.5.1", sys_platform = "== 'win32'", python_version = "< '3.9.0'"}
winrt = {version = ">=1.0.20330.1", sys_platform = "== 'win32'", python_version = ">= '3.9.0'"}
[dev-packages]
pytest = "*"
bumpversion = "*"
tox = "*"
"flake8" = "*"
sphinx = "*"
pytest-cov = "*"
cryptography = "*"
pyyaml = "*"
wheel = "*"
watchdog = "*"
coverage = "*"
pytest-runner = "*"