mirror of
https://github.com/harivansh-afk/asap.it.git
synced 2026-04-16 15:02:35 +00:00
first commit
This commit is contained in:
commit
1cdbffff09
200 changed files with 30007 additions and 0 deletions
15
docs/pyproject.toml
Normal file
15
docs/pyproject.toml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[tool.poetry]
|
||||
name = "docs"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Anirban Kar <thecodacus@gmail.com>"]
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
mkdocs-material = "^9.5.45"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Loading…
Add table
Add a link
Reference in a new issue