Skip to content

Commit

Permalink
Added setuptools dependency for python version >= 3.12
Browse files Browse the repository at this point in the history
Signed-off-by: Saurabh Sinha <[email protected]>
  • Loading branch information
sinha108 committed Jun 5, 2024
1 parent 1f30752 commit afe439d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
'kaitaistruct==0.9',
'psutil==5.9.5',
'tqdm==4.66.0',
"setuptools; python_version >= '3.12'",
# 'nltk==3.6.7',
# 'pyenchant==3.2.2',
# 'lxml==4.9.1',
Expand Down

0 comments on commit afe439d

Please sign in to comment.