Skip to content

Commit 7cad8b5

Browse files
committed
installing some deps
1 parent e943327 commit 7cad8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
command: |
2424
python3 -m venv venv
2525
source venv/bin/activate
26-
pip install -U pip setuptools
26+
pip install -U pip setuptools python-dateutil==2.6.1 msgpack-python requests==2.24.0
2727
pip install .[dev]
2828
- run:
2929
name: 'run tests'

0 commit comments

Comments
 (0)