add requirements.txt (provisional) to make build succeed
This commit is contained in:
parent
efb5ab1a5b
commit
3151948dd0
2 changed files with 17 additions and 0 deletions
|
|
@ -72,6 +72,11 @@ full = [
|
||||||
"suou[sass]"
|
"suou[sass]"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
docs = [
|
||||||
|
"sphinx>=2.1",
|
||||||
|
"myst_parser"
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
[tool.setuptools.dynamic]
|
[tool.setuptools.dynamic]
|
||||||
version = { attr = "suou.__version__" }
|
version = { attr = "suou.__version__" }
|
||||||
|
|
|
||||||
12
requirements.txt
Normal file
12
requirements.txt
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
# for sphinx/readthedocs
|
||||||
|
|
||||||
|
itsdangerous
|
||||||
|
libsass
|
||||||
|
peewee
|
||||||
|
pydantic
|
||||||
|
quart_schema
|
||||||
|
setuptools
|
||||||
|
starlette
|
||||||
|
toml
|
||||||
|
sphinx
|
||||||
|
myst_parser
|
||||||
Loading…
Add table
Add a link
Reference in a new issue