forked from PelionIoT/mbed-cloud-sdk-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
32 lines (30 loc) · 752 Bytes
/
Pipfile
File metadata and controls
32 lines (30 loc) · 752 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
30
31
32
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
# defer to setup.py
mbed_cloud_sdk = {editable = true, path = "."}
[dev-packages]
codecov = "*"
coverage = "*"
flake8 = "==3.6.0"
flake8-copyright = "*"
flake8-docstrings = "*"
# Lock the pydocstyle derived dependancy to the last Python 2 compible version
pydocstyle = "==3.0.0"
flask = "*"
httpretty = "*"
jinja2 = "*"
markupsafe = "==1.0"
mock = "*"
# locked to protect from Pluggy compatibility break in more recent versions
pytest = "==3.6.3"
pytest-cov = "==2.5.1"
pytest-html = "==1.19.0"
pyyaml = "*"
slackclient = "*"
sphinx = "*"
# locked to protect from Py2/3 compatibility break in more recent versions
towncrier = "==17.8.0"
pyautoversion = "*"