Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
dbieber committed Sep 20, 2024
1 parent 68ec884 commit 9e2cf04
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
setuptools <65.7.0 ; python_version == '2.7'
setuptools <=75.1.0 ; python_version >= '3.8'
pip <23.0 ; python_version == '2.7'
pip ; python_version >= '3.5'
setuptools <=75.1.0
pip
pylint <2.15.10
pytest <=8.1.1
pytest-pylint <=1.1.2
pytest-runner <7.0.0
termcolor <2.5.0
hypothesis <6.101.0
python-Levenshtein <0.20.9 ; python_version == '2.7'
levenshtein <=0.25.1 ; python_version >= '3.5'
levenshtein <=0.25.1
mock <6.0.0

0 comments on commit 9e2cf04

Please sign in to comment.