1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/overleaf_ynh.git synced 2024-09-03 19:56:27 +02:00

Drop redis dependency

Included in YunoHost

Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
This commit is contained in:
tituspijean 2022-09-26 23:36:44 +02:00 committed by GitHub
parent 9164f880c2
commit 15cf75de6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
#=================================================
# dependencies used by the app
pkg_dependencies="texlive texlive-xetex redis-server latexmk python3-pygments"
pkg_dependencies="texlive texlive-xetex latexmk python3-pygments"
nodejs_version=14