diff options
Diffstat (limited to 'stackbin.py')
-rw-r--r-- | stackbin.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stackbin.py b/stackbin.py index 9d86338..89ec493 100644 --- a/stackbin.py +++ b/stackbin.py @@ -13,9 +13,9 @@ # fuss.py # Improve: # Dependencies: -# req-INCOMPLETE-devuan: python3-pytimeparse, python3-uwsgidecorators -# req-fedora: uwsgi, uwsgi-logger-file, python36-flask uwsgi-plugin-python36 python36-sqlalchemy, python36-uwsgidecorators, python3-pytimeparse, python3-uwsgidecorators -# req-centos7: uwsgi, uwsgi-logger-file, python36-flask uwsgi-plugin-python36 python36-sqlalchemy, python36-uwsgidecorators +# dep-devuan: python3-pytimeparse, python3-uwsgidecorators, python3-flask, python3:any, uwsgi-core, uwsgi-plugin-python3 +# dep-fedora: uwsgi, uwsgi-logger-file, python3-flask, uwsgi-plugin-python3, python3-sqlalchemy, python3-uwsgidecorators, python3-pytimeparse, python3-uwsgidecorators +# dep-centos7: uwsgi, uwsgi-logger-file, python36-flask, uwsgi-plugin-python36, python36-sqlalchemy, python36-uwsgidecorators # pip-centos7: flask-sqlalchemy, pytimeparse # Documentation: see README.md from datetime import datetime, timedelta |