Skip to content

Commit

Permalink
add setuptools requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
noO0ob committed Jan 7, 2025
1 parent e29f576 commit 36e3a3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements.txt.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ frozenlist==1.5; python_version > "3.11"
itsdangerous==2.2.0; python_version > "3.11"
multidict==6.1.0; python_version > "3.11"
Pillow==11.0.0; python_version > "3.11"
setuptools==75; python_version > "3.11"

aiohttp==3.8.3; python_version <= "3.11"
urllib3==1.24.3; python_version <= "3.11"
Expand All @@ -17,6 +18,7 @@ frozenlist==1.3.1; python_version <= "3.11"
itsdangerous==2.1.2; python_version <= "3.11"
multidict==6.0.2; python_version <= "3.11"
Pillow==9.4.0; python_version <= "3.11"
setuptools==70; python_version <= "3.11"

aiosignal==1.2.0
aniso8601==9.0.1
Expand Down

0 comments on commit 36e3a3f

Please sign in to comment.