dev: install python libraries in envrc

This commit is contained in:
Steven Arcangeli 2023-05-27 11:24:46 -07:00
parent 30316db63d
commit 5b0a45c927

1
.envrc
View file

@ -1 +1,2 @@
layout python
python -c 'import pyparsing' 2> /dev/null || pip install pyparsing==3.0.9 black isort mypy