Skip to content

Commit 0665e45

Browse files
committed
requirements.txt
1 parent 709c6a0 commit 0665e45

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ python-dateutil
33
starlette
44
oauthlib
55
itsdangerous
6+
uvicorn
7+
httpx

settings.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ lib_name = fasthtml
44
version = 0.0.3
55
min_python = 3.10
66
license = apache2
7-
requirements = fastcore python-dateutil starlette oauthlib itsdangerous
8-
dev_requirements = httpx ipython lxml
7+
requirements = fastcore python-dateutil starlette oauthlib itsdangerous uvicorn httpx
8+
dev_requirements = ipython lxml
99
black_formatting = False
1010
doc_path = _docs
1111
lib_path = fasthtml

0 commit comments

Comments
 (0)