Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Sep 12, 2023
1 parent 6f2fabd commit ac494c1
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',
'importlib_metadata; python < "3.8"',
'importlib_metadata; python_version < "3.8"',
'werkzeug'],
extras_require={'test': ['pytest', 'pytest-cov', 'pandas'],
'terms': ['indra', 'obonet'],
Expand Down

0 comments on commit ac494c1

Please sign in to comment.