Skip to content

Commit 1d8e38d

Browse files
authored
Merge pull request #87 from plotly/74-update-dash
74 update dash
2 parents a028900 + 619ed79 commit 1d8e38d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
dash[testing]>=1.0.2
1+
dash[dev,testing]>=1.3.1
22
pytest-cookies
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# dash is required to call `build:py`
2-
dash[dev]>=1.0.2
2+
dash[dev]>=1.3.1

{{cookiecutter.project_shortname}}/tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Switch into a virtual environment
33
# pip install -r requirements.txt
44

5-
dash[testing]>=1.0.2
5+
dash[dev,testing]>=1.3.1

0 commit comments

Comments
 (0)