Skip to content

Commit

Permalink
upgrade to newer beancounttools with importer for cembra
Browse files Browse the repository at this point in the history
  • Loading branch information
tarioch committed Jul 18, 2020
1 parent 761c2bb commit accf379
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ FROM python:3.8.4
ENV BEANCOUNT_INPUT_FILE ""
ENV FAVA_OPTIONS "-H 0.0.0.0 -p 5000"

RUN apt update\
&& apt install -y ghostscript

COPY requirements.txt .

RUN pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fava==1.15
tariochbctools==0.8.0
tariochbctools==0.10.0
smart-importer==0.1

0 comments on commit accf379

Please sign in to comment.