Skip to content

Commit 7e64b7a

Browse files
committed
Adds button
1 parent ffc7d2b commit 7e64b7a

File tree

2 files changed

+37
-10
lines changed

2 files changed

+37
-10
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# labelbox-python
22

33
[![CircleCI](https://circleci.com/gh/Labelbox/labelbox-python.svg?style=svg)](https://circleci.com/gh/Labelbox/labelbox-python)
4+
[![Documentation Status](https://readthedocs.org/projects/labelbox/badge/?version=latest)](https://labelbox.readthedocs.io/en/latest/?badge=latest)
45

56
Python libraries for interacting with [Labelbox](https://labelbox.com/).
67

requirements.txt

Lines changed: 36 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,46 @@
11
-i https://pypi.org/simple
2-
affine==2.2.1
2+
alabaster==0.7.11
3+
astroid==2.0.4
4+
atomicwrites==1.2.1; python_version != '3.1.*'
35
attrs==18.2.0
6+
babel==2.6.0
47
certifi==2018.8.24
58
chardet==3.0.4
6-
click-plugins==1.0.3
7-
click==6.7
8-
cligj==0.4.0
9+
check-manifest==0.37
10+
coverage==4.5.1; python_version >= '2.6'
11+
docutils==0.14
12+
flake8==3.5.0
913
idna==2.7
14+
imagesize==1.1.0; python_version >= '2.7'
15+
isort==4.3.4; python_version != '3.2.*'
1016
jinja2==2.10
17+
lazy-object-proxy==1.3.1
1118
markupsafe==1.0
12-
numpy==1.15.1; python_version >= '2.7'
13-
pillow==5.2.0
19+
mccabe==0.6.1
20+
more-itertools==4.3.0
21+
mypy==0.620
22+
packaging==17.1
23+
pluggy==0.7.1; python_version != '3.1.*'
24+
pockets==0.6.2
25+
py==1.6.0; python_version != '3.1.*'
26+
pycodestyle==2.3.1
27+
pyflakes==1.6.0
28+
pygments==2.2.0
29+
pylint==2.1.1
1430
pyparsing==2.2.0
15-
rasterio==1.0.3
31+
pytest-cov==2.6.0
32+
pytest==3.8.0
33+
pytz==2018.5
1634
requests==2.19.1
17-
shapely==1.6.4.post2
18-
simplification==0.3.8
19-
snuggs==1.4.2
35+
six==1.11.0
36+
snowballstemmer==1.2.1
37+
sphinx==1.7.9
38+
sphinxcontrib-napoleon==0.6.1
39+
sphinxcontrib-websupport==1.1.0; python_version >= '2.7'
40+
tox==3.2.1
41+
typed-ast==1.1.0; python_version < '3.7' and implementation_name == 'cpython'
2042
urllib3==1.23; python_version != '3.1.*'
43+
virtualenv==16.0.0; python_version != '3.0.*'
44+
wheel==0.31.1
45+
wrapt==1.10.11
46+
xmltodict==0.11.0

0 commit comments

Comments
 (0)