Skip to content

Commit 619ed79

Browse files
committed
one more requirements.txt to update
1 parent 560957d commit 619ed79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
cd test_component
9292
python -m venv venv
9393
. venv/bin/activate
94-
pip install -r tests/requirements.txt
94+
pip install -r tests/requirements.txt --quiet
9595
npm install --ignore-scripts
9696
npm run build
9797
pytest

{{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)