Skip to content

Commit

Permalink
Relax python-dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
ricklamers committed Jul 20, 2023
1 parent 521120e commit 8c0046c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='gpt_code_ui',
version='0.42.34',
version='0.42.35',
description="An Open Source version of ChatGPT Code Interpreter",
long_description=long_description,
long_description_content_type='text/markdown', # This field specifies the format of the `long_description`.
Expand All @@ -19,7 +19,7 @@
'requests>=2,<3',
'Flask>=2,<3',
'flask-cors>=3,<4',
'python-dotenv>=1,<2'
'python-dotenv>=0.18,<2'
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 8c0046c

Please sign in to comment.