File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 - name : Install dependencies
1313 run : |
1414 sudo apt-get -y install python3 python3-psycopg2 python3-yaml python3-virtualenv python3-tidylib \
15- python3-dateutil python3-markdown python3-pycurl python3-pylibmc python3-tz \
16- pginfra-wrap-uwsgi uwsgi-plugin- python3 python3-libsass pginfra-wrap-virtualenv \
17- python3-requests python3-pycryptodome python3-sqlparse python3-qrcode python3-asgiref
18- pip install "Django>=4.2,<4.3" asgiref typing_exensions
15+ python3-dateutil python3-markdown python3-pycurl python3-pylibmc python3-tz python3-libsass \
16+ python3-requests python3-pycryptodome python3-sqlparse python3-qrcode python3-asgiref \
17+ python3-setproctitle python3-pynliner python3-babel python3-bleach python3-feedparser
18+ pip install "Django>=4.2,<4.3" cvss
1919 - name : Install temporary dummy configuration
2020 run : |
2121 cat <<EOF > pgweb/settings_local.py
You can’t perform that action at this time.
0 commit comments