Add requirements.txt

This commit is contained in:
Nemo 2023-01-05 12:55:18 +05:30
parent 68c174bcf0
commit 621af8d147
2 changed files with 12 additions and 0 deletions

View File

@ -13,8 +13,14 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
submodules: true
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Update data
run: |
mkdir -p advisories
pip install -r requirements.txt
git submodule update --remote
git add photon-wiki
python generate.py

6
requirements.txt Normal file
View File

@ -0,0 +1,6 @@
beautifulsoup4==4.11.1
bs4==0.0.1
cffi==1.15.1
Markdown==3.4.1
pycparser==2.21
soupsieve==2.3.2.post1