Skip to content

Commit

Permalink
Merge pull request #125 from gyorilab/update-restx
Browse files Browse the repository at this point in the history
Update flask and flask-restx dependencies
  • Loading branch information
bgyori authored Dec 11, 2023
2 parents c2efdf1 + 39e5574 commit 19addd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.11"]
python-version: ["3.8", "3.11"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,14 @@
author_email='[email protected]',
classifiers=[
'Development Status :: 4 - Beta',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'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 19addd0

Please sign in to comment.