blob: 9b08d51ba73355ae13e8addc5bbdb472f1f76b35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
Source: fuss
Section: web
Priority: optional
Maintainer: B. Stack <bgstack15@gmail.com>
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.5.0
Homepage: https://gitlab.com/bgstack15/fuss/
Package: fuss
Architecture: all
Multi-Arch: foreign
Pre-Depends: adduser
Depends: ${misc:Depends}, ${shlibs:Depends},
lsb-base,
python3-flask,
python3-uwsgidecorators,
python3:any,
uwsgi-core,
uwsgi-plugin-python3
Recommends: apache2
Description: File Upload and Storage Service
A demo web app using flask to present a simple
web page for uploading and downloading files.
|