Skip to content

Commit c6ae9b3

Browse files
author
Val Brodsky
committed
Remove backoff from setup files
1 parent b966b7a commit c6ae9b3

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

.yapfignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
pytest.ini
1+
Makefile
2+
*.txt
3+
*.ini

mypy.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
[mypy]
22

3-
[mypy-backoff.*]
4-
ignore_missing_imports = True
5-
63
[mypy-google.*]
74
ignore_missing_imports = True
85

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
backoff==1.10.0
21
geojson
32
google-api-core>=1.22.1
43
imagesize

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
url="https://labelbox.com",
2121
packages=setuptools.find_packages(),
2222
install_requires=[
23-
"backoff==1.10.0", "requests>=2.22.0", "google-api-core>=1.22.1",
24-
"pydantic>=1.8,<2.0", "tqdm", "python-dateutil>=2.8.2,<2.9.0"
23+
"requests>=2.22.0", "google-api-core>=1.22.1", "pydantic>=1.8,<2.0",
24+
"tqdm", "python-dateutil>=2.8.2,<2.9.0"
2525
],
2626
extras_require={
2727
'data': [

0 commit comments

Comments
 (0)