File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,7 @@ def read_reqs(fname):
38
38
long_description = read (os .path .join (os .path .dirname (__file__ ), "README.md" ))
39
39
requirements = read (os .path .join (os .path .dirname (__file__ ), "requirements.txt" ))
40
40
dev_reqs = read_reqs (os .path .join (os .path .dirname (__file__ ), 'requirements-dev.txt' ))
41
- binder_reqs = read_reqs (os .path .join (os .path .dirname (__file__ ), 'binder' , 'requirements.txt' ))
42
- extras_require = {"test" : dev_reqs , "dev" : dev_reqs , "binder" : binder_reqs }
41
+ extras_require = {"test" : dev_reqs , "dev" : dev_reqs }
43
42
44
43
setup (
45
44
name = name ,
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ basepython =
46
46
py38: python3.8
47
47
flake8: python3.8
48
48
manifest: python3.8
49
+ binder: python3.8
49
50
dist: python3.8
50
51
docs: python3.8
51
52
deps = .[dev]
You can’t perform that action at this time.
0 commit comments