blob: c324a7bd2f2407f67fa4f751463de17d29023737 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
 | # vyos-http-api-tools
Debian files for wrapping FastAPI and supporting tools as a deb package, using dh_virtualenv
To build:
    dpkg-buildpackage -uc -us -tc -b
To update dependency versions from un-versioned packages names:
(Install pip-compile from 'pip-tools')
    pip-compile requirements.in > requirements.txt
 |