Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Dec 11, 2023
1 parent c2efdf1 commit f42a59d
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 @@ -36,8 +36,8 @@
'Programming Language :: Python :: 3.11',
],
packages=find_packages(),
install_requires=['regex', 'adeft>=0.11.0', 'boto3', 'flask',
'flask-restx', 'pystow>=0.1.10', 'unidecode',
install_requires=['regex', 'adeft>=0.11.0', 'boto3', 'flask>=3.0,<4.0',
'flask-restx>=1.3.0', 'pystow>=0.1.10', 'unidecode',
'importlib_metadata; python_version < "3.8"',
'werkzeug'],
extras_require={'test': ['pytest', 'pytest-cov', 'pandas'],
Expand Down

0 comments on commit f42a59d

Please sign in to comment.