Skip to content

Commit

Permalink
ver
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgross committed Dec 28, 2024
1 parent cba67e9 commit d573747
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
install_requires=[
"requests",
"requests-toolbelt",
"wheel>=0.45.1",
"setuptools>=75.6.0"
],
extras_require={"pyfs": ["fs"]},
Expand Down
1 change: 1 addition & 0 deletions test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ flake8==7.1.1
fs==2.4.16
playwright==1.49.1
multipart==1.2.1
setuptools>=75.6.0 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit d573747

Please sign in to comment.