From 87335217f24e8373eb0ffb2c90b387d0927497fb Mon Sep 17 00:00:00 2001 From: aceisace Date: Mon, 18 Apr 2022 01:13:05 +0200 Subject: [PATCH] fix missing dependencies --- README.md | 1 + requirements.txt | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcf9043..a108c7a 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ The previous installer has been deprecated to give more transparency about the i Run the following steps to install Inkycal. Do not use sudo for this: ```bash +sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev cd $HOME git clone --branch feature/venv --single-branch https://github.com/aceisace/Inkycal cd Inkycal diff --git a/requirements.txt b/requirements.txt index 0a0981b..4d86d01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ kiwisolver==1.4.2 lxml==4.8.0 matplotlib==3.5.1 multitasking==0.0.10 -numpy==1.21.5 +numpy==1.22.3 packaging==21.3 pandas==1.3.5 Pillow==9.1.0 @@ -22,9 +22,11 @@ python-dateutil==2.8.2 pytz==2022.1 recurring-ical-events==0.1.17b0 requests==2.27.1 +RPi.GPIO==0.7.1 sgmllib3k==1.0.0 six==1.16.0 +spidev==3.5 todoist-python==8.1.3 typing_extensions==4.1.1 urllib3==1.26.9 -yfinance==0.1.70 +yfinance==0.1.70 \ No newline at end of file