You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-08-10 22:31:47 +02:00
Fix broken setup. Not all dependencies were pinned. As usual a dependency had a breaking update.
This commit is contained in:
@@ -2,3 +2,11 @@ Flask==1.0.2
|
|||||||
Flask-Bootstrap==3.3.7.1
|
Flask-Bootstrap==3.3.7.1
|
||||||
gunicorn==19.9.0
|
gunicorn==19.9.0
|
||||||
redis==3.2.1
|
redis==3.2.1
|
||||||
|
Jinja2==3.0.3
|
||||||
|
MarkupSafe==2.1.0
|
||||||
|
Werkzeug==2.0.3
|
||||||
|
click==8.0.3
|
||||||
|
dominate==2.6.0
|
||||||
|
itsdangerous==2.0.1
|
||||||
|
redis==3.2.1
|
||||||
|
visitor==0.1.3
|
||||||
|
1
towncrier/newsfragments/2249.bugfix
Normal file
1
towncrier/newsfragments/2249.bugfix
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Fix broken setup. Not all dependencies were pinned resulting in a broken update being pulled.
|
Reference in New Issue
Block a user