Skip to content

Commit

Permalink
one more requirements.txt to update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcjohnson committed Sep 24, 2019
1 parent 560957d commit 619ed79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
cd test_component
python -m venv venv
. venv/bin/activate
pip install -r tests/requirements.txt
pip install -r tests/requirements.txt --quiet
npm install --ignore-scripts
npm run build
pytest
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_shortname}}/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Switch into a virtual environment
# pip install -r requirements.txt

dash[testing]>=1.0.2
dash[dev,testing]>=1.3.1

0 comments on commit 619ed79

Please sign in to comment.