Skip to content

Commit 3fad389

Browse files
fix: dependencies for ci
1 parent cd43c26 commit 3fad389

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: 3.x
2121

2222
- name: Install dependencies
23-
run: pip install pytest
23+
run: pip install -r requirements.txt
2424

2525
- name: Run pytest
2626
run: python -m pytest

requirements.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
certifi==2023.5.7
2+
cffi==1.15.1
3+
charset-normalizer==3.1.0
4+
exceptiongroup==1.1.1
5+
idna==3.4
6+
iniconfig==2.0.0
7+
packaging==23.1
8+
pluggy==1.0.0
9+
pycparser==2.21
10+
PyNaCl==1.5.0
11+
pytest==7.3.1
12+
requests==2.31.0
13+
tomli==2.0.1
14+
urllib3==2.0.2

0 commit comments

Comments
 (0)