Skip to content

Commit ef60ea3

Browse files
committed
Removed unused imports and added additional reqs
1 parent 746725d commit ef60ea3

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

requirements.txt

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
dash==2.10.0
2-
dash_bootstrap_components==1.4.1
3-
dash_iconify==0.1.2
4-
dash_mantine_components==0.12.1
5-
dash_player==1.1.0
2+
dash-core-components==2.0.0
3+
dash-html-components==2.0.0
4+
dash-iconify==0.1.2
5+
dash-mantine-components==0.12.1
6+
dash-player==1.1.0
7+
dash-table==5.0.0
8+
dash-testing-stub==0.0.2
9+
dash-tools==1.11.1
610
datasets==2.13.1
711
docopt==0.6.2
812
evaluate==0.4.0
@@ -16,6 +20,7 @@ nltk==3.8.1
1620
numpy==1.24.3
1721
pandas==2.0.1
1822
percy==2.0.2
23+
plotly==5.14.1
1924
psutil==5.9.5
2025
pyarrow==12.0.1
2126
pytest==7.3.2

tests/data_review_tool/test_article_review.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# Author: Shaun Hutchinson,
22
# Date: 2023-06-22
3-
from dash._callback_context import context_value
4-
from dash._utils import AttributeDict
5-
from dash import html, dash_table
6-
import dash_mantine_components as dmc
7-
from dash.testing.browser import Browser
83
import pytest
94
import sys
105
import os

tests/data_review_tool/test_home.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
import dash_mantine_components as dmc
66
import pandas as pd
77
import pytest
8-
from dash.testing.application_runners import import_app
9-
from dash.testing.composite import DashComposite
108
import sys
119
import os
1210

0 commit comments

Comments
 (0)