mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-04-13 09:42:01 +00:00
Upgrading flask
This commit is contained in:
parent
f3622d3e27
commit
9a236d1954
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
flask==2.0.1
|
flask>=2,<3
|
||||||
pymongo==3.11.2
|
pymongo>=3.11.2,<4ap
|
||||||
psycopg2>=2,<3
|
psycopg2>=2,<3
|
||||||
redis==3.5.3
|
redis==3.5.3
|
||||||
elasticsearch>=7,<8
|
elasticsearch>=7,<8
|
||||||
|
@ -12,3 +12,4 @@ boto3==1.18.13
|
||||||
pyyaml==5.3.1
|
pyyaml==5.3.1
|
||||||
requests==2.25.0
|
requests==2.25.0
|
||||||
paypalrestsdk==1.13.1
|
paypalrestsdk==1.13.1
|
||||||
|
Werkzeug>=2,<3
|
||||||
|
|
Loading…
Add table
Reference in a new issue