Commit Graph

3 Commits

Author SHA1 Message Date
fcb4bd6df1 Update to Python 3.12
* Remove toml dependency since that comes with Python as of 3.11
* Update toml usage to tomllib in config.py
* Update `with open(...)` for toml file reading to be 'rb'
* Update Pipfile.lock for locked dependencies to work with Python 3.12

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2024-07-18 11:39:34 -07:00
f700c0f34c Add config.toml as a mapped file instead of copying
This should reduce the number of rebuilds that we have to do for a
simple configuration change

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2024-07-18 10:57:13 -07:00
0d60f6434a Add docker-compose and Dockerfile
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-05-30 20:17:21 -07:00