Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
Co-authored-by: Theofilos Manitaras <manitaras@cscs.ch>
  • Loading branch information
giordano and teojgo committed Aug 29, 2022
1 parent dedd65f commit 7840245
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Expand Up @@ -10,7 +10,8 @@ pytest-forked==1.4.0
pytest-parallel==0.1.1
pytest-rerunfailures==10.2
PyYAML==6.0
requests==2.28.1
requests==2.27.1; python_version == '3.6'
requests==2.28.1; python_version >= '3.7'
semver==2.13.0
setuptools==59.6.0
wcwidth==0.2.5
Expand Down

0 comments on commit 7840245

Please sign in to comment.