We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 709c6a0 commit 0665e45Copy full SHA for 0665e45
requirements.txt
@@ -3,3 +3,5 @@ python-dateutil
3
starlette
4
oauthlib
5
itsdangerous
6
+uvicorn
7
+httpx
settings.ini
@@ -4,8 +4,8 @@ lib_name = fasthtml
version = 0.0.3
min_python = 3.10
license = apache2
-requirements = fastcore python-dateutil starlette oauthlib itsdangerous
8
-dev_requirements = httpx ipython lxml
+requirements = fastcore python-dateutil starlette oauthlib itsdangerous uvicorn httpx
+dev_requirements = ipython lxml
9
black_formatting = False
10
doc_path = _docs
11
lib_path = fasthtml
0 commit comments