diff options
author | toofar <toofar@spalge.com> | 2023-05-07 12:02:41 +1200 |
---|---|---|
committer | toofar <toofar@spalge.com> | 2023-05-07 12:29:15 +1200 |
commit | 8b2b4fc61e16cc6e8d8ad966dd1a6eeabd72652b (patch) | |
tree | 9391fb665400830312e601ee7d37d79a675f56d0 /misc/requirements/requirements-tests.txt | |
parent | 8a59762e041bff3e4628111613d24ce6ae49d6b9 (diff) | |
download | qutebrowser-8b2b4fc61e16cc6e8d8ad966dd1a6eeabd72652b.tar.gz qutebrowser-8b2b4fc61e16cc6e8d8ad966dd1a6eeabd72652b.zip |
Flask updates, pin for py37 and add blinker
Pin Flask and Werkzeug for py3.7
They've removed compatibility upstream.
Added example to readme file because I had to go dig for one in the
commit history.
Add blinker to changelog URLs as it's a required dependency of Flask
now.
Diffstat (limited to 'misc/requirements/requirements-tests.txt')
-rw-r--r-- | misc/requirements/requirements-tests.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/requirements/requirements-tests.txt b/misc/requirements/requirements-tests.txt index c976e648f..954bc55b9 100644 --- a/misc/requirements/requirements-tests.txt +++ b/misc/requirements/requirements-tests.txt @@ -11,7 +11,7 @@ coverage==7.2.5 exceptiongroup==1.1.1 execnet==1.9.0 filelock==3.12.0 -Flask==2.3.1 +Flask==2.3.1 ; python_version>="3.8" hunter==3.6.1 hypothesis==6.75.1 idna==3.4 @@ -53,5 +53,7 @@ tomli==2.0.1 typing_extensions==4.5.0 urllib3==1.26.15 vulture==2.7 -Werkzeug==2.3.2 +Werkzeug==2.3.2 ; python_version>="3.8" zipp==3.15.0 +Werkzeug==2.2.3 ; python_version=="3.7.*" +Flask==2.2.5 ; python_version=="3.7.*" |