Skip to content

Commit

Permalink
Added setuptools in the requirements for Python version >= 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-joshi committed Jan 8, 2024
1 parent 19b8d05 commit 4ce65ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ keyring==23.*; python_version <= '3.7'
Werkzeug==2.3.*; python_version > '3.7'
Werkzeug==2.2.3; python_version <= '3.7'
typer[all]==0.9.*
setuptools==69.*; python_version >= '3.12'

0 comments on commit 4ce65ea

Please sign in to comment.