Skip to content

Commit

Permalink
chore: update setup.cfg and .circleci to install edn_format
Browse files Browse the repository at this point in the history
  • Loading branch information
jdstrand committed Aug 18, 2023
1 parent 03d68f8 commit 1c5603c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ commands:
name: Install python components
command: |
make install-venv
. .venv/bin/activate
pip install -e ".[dso]"
deactivate
# https://docs.getwoke.tech/installation/
install_woke:
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ console_scripts =
[options.extras_require]
cache =
requests_cache==1.0.1
dso =
edn_format==0.7.5
dev =
black==22.12.0
coverage
Expand Down

0 comments on commit 1c5603c

Please sign in to comment.