Skip to content

Commit

Permalink
Merge pull request #598 from zooniverse/dependabot/combine
Browse files Browse the repository at this point in the history
Combine 3 dependabot branches
  • Loading branch information
CKrawczyk authored Aug 8, 2022
2 parents be50998 + 8bc8090 commit c853da1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
include_package_data=True,
extras_require={
'online': [
'flask>=1.0,<2.2',
'flask>=1.0,<2.3',
'flask-cors>=3.0,<3.1',
'panoptes-client>=1.1,<1.6',
'requests>=2.4.2,<2.29',
Expand All @@ -67,15 +67,15 @@
'doc': [
'matplotlib>=3.5.1,<3.6',
'myst-nb>=0.13.2,<0.17',
'sphinx>=2.2.2,<5.1',
'sphinx>=2.2.2,<5.2',
'sphinxcontrib-httpdomain>=1.7.0,<1.9',
'sphinx_rtd_theme>=0.4.3,<1.1'
],
'test': [
'nose>=1.3.7,<1.4',
'coverage>=4.5.3,<6.5',
'coveralls>=3.0.0,<3.3.2',
'flake8>=3.7,<4.1',
'flake8>=3.7,<5.1',
'flake8-black>=0.1.1,<0.4',
'flake8-bugbear>=20.1.2,<22.8'
],
Expand Down

0 comments on commit c853da1

Please sign in to comment.