a | b/dependencies.txt | ||
---|---|---|---|
1 | # list ubuntu packages needed in production, one per line |
||
2 | # run time dependencies |
||
3 | # ensure fully working base python3 installation |
||
4 | # see: https://gist.github.com/tiran/2dec9e03c6f901814f6d1e8dad09528e |
||
5 | python3.11 |
||
6 | python3.11-venv |
||
7 | python3.11-distutils |
||
8 | |||
9 | # from packages.microsoft.com |
||
10 | mssql-tools |