forked from reframe-hpc/reframe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
26 lines (26 loc) · 1.02 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
archspec==0.2.4
argcomplete==3.1.2; python_version < '3.8'
argcomplete==3.3.0; python_version >= '3.8'
importlib_metadata==4.0.1; python_version < '3.8'
jsonschema==3.2.0
lxml==5.2.0; python_version < '3.8' and platform_machine == 'aarch64'
lxml==5.2.2; python_version >= '3.8' or platform_machine != 'aarch64'
pytest==7.0.1; python_version < '3.8'
pytest==8.2.1; python_version >= '3.8'
pytest-forked==1.4.0; python_version == '3.6'
pytest-forked==1.6.0; python_version >= '3.7'
pytest-parallel==0.1.1
pytest-rerunfailures==10.3; python_version == '3.6'
pytest-rerunfailures==13.0; python_version == '3.7'
pytest-rerunfailures==14.0; python_version >= '3.8'
PyYAML==6.0.1
requests==2.27.1; python_version == '3.6'
requests==2.31.0; python_version == '3.7'
requests==2.32.2; python_version >= '3.8'
semver==2.13.0; python_version == '3.6'
semver==3.0.2; python_version >= '3.7'
setuptools==59.6.0; python_version == '3.6'
setuptools==68.0.0; python_version == '3.7'
setuptools==70.0.0; python_version >= '3.8'
wcwidth==0.2.13
#+pygelf%pygelf==0.4.0