We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd43c26 commit 3fad389Copy full SHA for 3fad389
.github/workflows/pytest.yml
@@ -20,7 +20,7 @@ jobs:
20
python-version: 3.x
21
22
- name: Install dependencies
23
- run: pip install pytest
+ run: pip install -r requirements.txt
24
25
- name: Run pytest
26
run: python -m pytest
requirements.txt
@@ -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