Skip to content

Commit

Permalink
Remove types-setuptools (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexfvk authored Mar 12, 2025
1 parent 7e74607 commit f897d1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ mypy-boto3-s3; python_version >="3.8"
types-PyYAML; python_version >="3.8"
types-dataclasses; python_version >="3.8"
types-requests; python_version >="3.8"
types-setuptools; python_version >="3.8"
types-tabulate; python_version >="3.8"
bandit; python_version >="3.8"
codespell; python_version >="3.8"
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ pypeln==0.4.9
dataclasses>=0.7,<0.8; python_version <"3.7" # required for pypeln==0.4.9
typing_extensions>=3.7.4,<4.0; python_version <"3.8" # required for pypeln==0.4.9
loguru
# for python3.12+
setuptools; python_version >="3.12" # instead of python3-setuptools package
setuptools>=71.1; python_version >="3.8" # instead of python3-setuptools package
boto3<1.21; python_version >="3.12"
botocore<1.24; python_version >="3.12"

0 comments on commit f897d1e

Please sign in to comment.