docs: add basic install docs for server component
This commit is contained in:
parent
17d0099429
commit
f60d6e7516
12 changed files with 251 additions and 3 deletions
|
|
@ -27,9 +27,10 @@ classifiers = [
|
|||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
# TODO: decide what we actually want to support
|
||||
# "Programming Language :: Python :: 3.8",
|
||||
# "Programming Language :: Python :: 3.9",
|
||||
# "Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Topic :: Office/Business",
|
||||
]
|
||||
|
|
@ -44,6 +45,8 @@ dependencies = [
|
|||
server = ["WuttaWeb[continuum]"]
|
||||
# terminal = ["flet[all]<0.80.0"]
|
||||
terminal = ["flet[all]<0.21"]
|
||||
docs = ["Sphinx", "sphinxcontrib-programoutput", "furo"]
|
||||
tests = ["tox"]
|
||||
|
||||
|
||||
[project.scripts]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue