initial commit
This commit is contained in:
commit
164fa61ad2
40 changed files with 1263 additions and 0 deletions
12
pyproject.toml
Normal file
12
pyproject.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[project]
|
||||
name = "community_backup"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
"crispy-bootstrap5>=2026.3",
|
||||
"django>=6.0.3",
|
||||
"django-crispy-forms>=2.6",
|
||||
"markdown2>=2.5.5",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue