Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit c2153db

Browse files
author
Marc-André Rivet
committed
Merge branch 'state-machine-2' of github.com:plotly/dash-core-components into state-machine-2
2 parents f74dbed + 4dcbd7a commit c2153db

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
command: |
2323
sudo pip install virtualenv --upgrade
2424
python -m venv venv || virtualenv venv && . venv/bin/activate
25+
pip install --progress-bar off -e git+https://github.com/plotly/dash.git@dev#egg=dash[dev,testing]
2526
pip install --progress-bar off --no-cache-dir -r dev-requirements.txt
2627
- save_cache:
2728
key: dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "dev-requirements.txt" }}

dev-requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
pandas
22
xlrd
3-
flake8
43
mimesis;python_version>="3.6"
54
virtualenv;python_version=="2.7"

0 commit comments

Comments
 (0)