diff options
author | B Stack <bgstack15@gmail.com> | 2020-12-16 08:57:05 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-12-16 08:57:05 -0500 |
commit | f2b867ace911afa59e9205047435101bc6306ae8 (patch) | |
tree | 402071caf59a2bc089e303ea5f7978b64ed6c33b /debian/control | |
parent | move styles to Flask static/ dir (diff) | |
download | hex-zero-f2b867ace911afa59e9205047435101bc6306ae8.tar.gz hex-zero-f2b867ace911afa59e9205047435101bc6306ae8.tar.bz2 hex-zero-f2b867ace911afa59e9205047435101bc6306ae8.zip |
add better debian install notes
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 2e46114..9f9fa4c 100644 --- a/debian/control +++ b/debian/control @@ -31,6 +31,7 @@ Depends: apache2, python3-validators, python3-werkzeug, python3:any, + python3-pip, uwsgi-core, uwsgi-plugin-python3, ${misc:Depends}, |