First commite
This commit is contained in:
20
pyproject.toml
Normal file
20
pyproject.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[project]
|
||||
name = "resume"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = [
|
||||
{name = " Pavel Sobolev",email = "p.sobolev@dineflow.app"}
|
||||
]
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"django (>=5.2.8,<6.0.0)",
|
||||
"docxtpl (>=0.20.1,<0.21.0)",
|
||||
"weasyprint (>=66.0,<67.0)",
|
||||
"python-dotenv (>=1.0.1,<2.0.0)"
|
||||
]
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Reference in New Issue
Block a user