Begin Firecracker microVM support
This commit is contained in:
parent
fa6af127c1
commit
ed8ad1bee9
11 changed files with 290 additions and 7 deletions
|
|
@ -4,11 +4,7 @@ version = "0.1.0"
|
|||
description = "A platform to run and host applications, with a focus on Python applications."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
"django>=6.0.4",
|
||||
"platformdirs>=4.9.6",
|
||||
"python-dotenv>=1.2.2",
|
||||
]
|
||||
dependencies = ["django>=6.0.4", "platformdirs>=4.9.6", "python-dotenv>=1.2.2"]
|
||||
license = "AGPL-3.0-or-later"
|
||||
authors = [{ name = "Joakim Hellsén", email = "tlovinator@gmail.com" }]
|
||||
|
||||
|
|
@ -99,3 +95,4 @@ lint.ignore = [
|
|||
DJANGO_SETTINGS_MODULE = "config.settings"
|
||||
python_files = ["test_*.py", "*_test.py"]
|
||||
addopts = "-n 5 -q"
|
||||
norecursedirs = ["Firecracker"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue