Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
* Add support to Flask 2.0.x (#88)
* Upgrade Flask version and dependencies versions
* Restructure requirements files
  • Loading branch information
nycholas committed Jul 4, 2021
1 parent 68756ef commit 377b4d0
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 @@ -48,13 +48,13 @@
python_requires='>=3.6',
install_requires=[
'Flask>=1.0.0,<3.0',
'typeguard',
'typeguard==2.12.1',
'typing;python_version<"3.5"',
'typing_extensions;python_version<"3.8"',
'typing_inspect==0.7.1',
],
setup_requires=['pytest-runner'],
tests_require=['mock', 'coverage', 'pytest', 'pytest-cov', 'pytest-sugar', 'typeguard'],
tests_require=['mock', 'coverage', 'pytest', 'pytest-cov', 'pytest-xdist', 'pytest-sugar', 'typeguard'],
classifiers=[
'Environment :: Web Environment',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 377b4d0

Please sign in to comment.