Update requrements.txt to work with GCC 7
With GCC 7 uWSG doesn't compile, a newer version of it does but this then needs a newer version of other modules. This combination works at least for me nicely.
This commit is contained in:
parent
0d16b1ef88
commit
62ccaefb27
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
asyncio-redis==0.14.2
|
asyncio-redis==0.14.2
|
||||||
beautifulsoup4==4.6.0
|
beautifulsoup4==4.6.0
|
||||||
bleach==1.4.3
|
bleach==2.0.0
|
||||||
blinker==1.4
|
blinker==1.4
|
||||||
certifi==2015.04.28 # rq.filter: <=2015.04.28
|
certifi==2015.04.28 # rq.filter: <=2015.04.28
|
||||||
cffi==1.6.0
|
cffi==1.6.0
|
||||||
|
@ -31,7 +31,8 @@ rq==0.5.6
|
||||||
sgmllib3k==1.0.0
|
sgmllib3k==1.0.0
|
||||||
six==1.10.0
|
six==1.10.0
|
||||||
SQLAlchemy==1.0.13
|
SQLAlchemy==1.0.13
|
||||||
uWSGI==2.0.12 # rq.filter: <=2.0.12
|
uWSGI==2.0.15
|
||||||
websockets==3.1
|
websockets==3.1
|
||||||
Werkzeug==0.11.9
|
Werkzeug==0.11.9
|
||||||
wheel==0.29.0
|
wheel==0.29.0
|
||||||
|
raven==6.1.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue