Skip to content

Commit d4a90e6

Browse files
committed
Remove requires-jupyter
1 parent cd0972e commit d4a90e6

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

requires-install.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ dash_table==5.0.0
77
importlib-metadata==4.8.3;python_version<"3.7"
88
contextvars==2.4;python_version<"3.7"
99
typing_extensions>=4.1.1
10+
requests
11+
retrying
12+
ansi2html
13+
nest-asyncio

requires-jupyter.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ def read_req_file(req_type):
3333
"testing": read_req_file("testing"),
3434
"celery": read_req_file("celery"),
3535
"diskcache": read_req_file("diskcache"),
36-
"compress": read_req_file("compress"),
37-
"jupyter": read_req_file("jupyter"),
36+
"compress": read_req_file("compress")
3837
},
3938
entry_points={
4039
"console_scripts": [

0 commit comments

Comments
 (0)