* Create requirements.txt

* Update pytest.yml
This commit is contained in:
sosokker 2023-07-09 23:02:24 +07:00 committed by GitHub
parent 7270fd2a1d
commit 6d01538684
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -20,6 +20,9 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run pytest
run: pytest tests/

4
requirements.txt Normal file
View File

@ -0,0 +1,4 @@
markdown-it-py==3.0.0
mdurl==0.1.2
Pygments==2.15.1
rich==13.4.2