aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 9f9fa4cb6ef7aed7bda850e364ab3a1fa1ab8cdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Source: hex-zero
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/hex-zero

Package: hex-zero
Architecture: all
Multi-Arch: foreign
Pre-Depends: adduser
Depends: apache2,
         lsb-base,
         python3-alembic,
         python3-click,
         python3-decorator,
         python3-editor,
         python3-flask,
         python3-flask-migrate,
         python3-flask-script,
         python3-flask-sqlalchemy,
         python3-humanize,
         python3-itsdangerous,
         python3-jinja2,
         python3-magic,
         python3-mako,
         python3-markupsafe,
         python3-requests,
         python3-six,
         python3-validators,
         python3-werkzeug,
         python3:any,
         python3-pip,
         uwsgi-core,
         uwsgi-plugin-python3,
         ${misc:Depends},
         ${shlibs:Depends}
Description: 0x0 file uploading and hosting service
 Using Flask, wsgi, and a http reverse proxy, hex-zero
 is a small file hosting and uploading service.
bgstack15