Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt authored Sep 11, 2023
1 parent c1a4ac6 commit e865050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
packages=find_packages(),
install_requires=['regex', 'adeft>=0.11.0', 'boto3', 'flask',
'flask-restx', 'pystow>=0.1.10', 'unidecode',
'werkzeug<2.2',
'werkzeug',
],
extras_require={'test': ['pytest', 'pytest-cov', 'pandas'],
'terms': ['indra', 'obonet'],
Expand Down

0 comments on commit e865050

Please sign in to comment.