diff --git a/README.md b/README.md index f4f1748..43d7ecd 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ services: - "3030:3030" volumes: - /home/jonas_jones/jonas_jones-api:/home/jonas_jones/jonas_jones-api - command: ["sh", "-c", "pacman -Syu --noconfirm --needed pkg-config openssl cargo && cd /home/jonas_jones/jonas_jones-api && /usr/bin/cargo run"] + command: ["sh", "-c", "pacman -Syu --noconfirm --needed pkg-config openssl python3 python-pip cargo && pip install -r requirements.txt && cd /home/jonas_jones/jonas_jones-api && /usr/bin/cargo run"] ``` run container: diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..560c864 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,13 @@ +os +sys +json +time +requests +datetime +python-dotenv +spotipy +praw +re +spotipy +pylast +typing \ No newline at end of file