Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLMS authored Aug 9, 2024
1 parent f7063c0 commit ad9b430
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
version='1.0.0',
packages=find_packages(),
install_requires=[
'openai',
'toml',
'requests',
'openai>=1.40.2',
'toml>=0.10.2',
'requests>=2.32.3'
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit ad9b430

Please sign in to comment.