Skip to content

Commit c1efbf5

Browse files
committed
1 parent bebd46d commit c1efbf5

File tree

4 files changed

+20
-48
lines changed

4 files changed

+20
-48
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ name = "pypi"
66
[packages]
77
"jinja2" = "*"
88
pillow = "*"
9-
requests = "*"
109
shapely = "*"
1110
simplification = "*"
1211
rasterio = "*"
12+
requests = ">=2.20.0"
1313

1414
[dev-packages]
1515
pylint = "*"

Pipfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

labelbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"The Labelbox python package."
22

3-
__version__ = '1.0.1'
3+
__version__ = '1.0.2'

requirements.txt

Lines changed: 17 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,20 @@
11
-i https://pypi.org/simple
2-
alabaster==0.7.11
3-
astroid==2.0.4
4-
atomicwrites==1.2.1; python_version != '3.1.*'
5-
attrs==18.2.0
6-
babel==2.6.0
7-
certifi==2018.8.24
2+
affine==2.2.2
3+
attrs==19.1.0; python_version != '3.3.*'
4+
certifi==2019.3.9
85
chardet==3.0.4
9-
check-manifest==0.37
10-
coverage==4.5.1; python_version >= '2.6'
11-
docutils==0.14
12-
flake8==3.5.0
13-
idna==2.7
14-
imagesize==1.1.0; python_version >= '2.7'
15-
isort==4.3.4; python_version != '3.2.*'
6+
click-plugins==1.0.4; python_version != '3.3.*'
7+
click==7.0; python_version >= '2.7'
8+
cligj==0.5.0; python_version != '3.3.*'
9+
idna==2.8; python_version != '3.0.*'
1610
jinja2==2.10
17-
lazy-object-proxy==1.3.1
18-
markupsafe==1.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
30-
pyparsing==2.2.0
31-
pytest-cov==2.6.0
32-
pytest==3.8.0
33-
pytz==2018.5
34-
requests==2.19.1
35-
setuptools==40.2.0
36-
six==1.11.0
37-
snowballstemmer==1.2.1
38-
sphinx-rtd-theme==0.4.1
39-
sphinx==1.7.9
40-
sphinxcontrib-napoleon==0.6.1
41-
sphinxcontrib-websupport==1.1.0; python_version >= '2.7'
42-
tox==3.2.1
43-
typed-ast==1.1.0; python_version < '3.7' and implementation_name == 'cpython'
44-
urllib3==1.23; python_version != '3.1.*'
45-
virtualenv==16.0.0; python_version != '3.0.*'
46-
wheel==0.31.1
47-
wrapt==1.10.11
48-
xmltodict==0.11.0
11+
markupsafe==1.1.1; python_version != '3.3.*'
12+
numpy==1.16.2; python_version != '3.2.*'
13+
pillow==5.4.1
14+
pyparsing==2.3.1
15+
rasterio==1.0.21
16+
requests==2.21.0
17+
shapely==1.6.4.post2
18+
simplification==0.4.2
19+
snuggs==1.4.3
20+
urllib3==1.24.1; python_version != '3.0.*'

0 commit comments

Comments
 (0)