Skip to content

Commit

Permalink
requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Jun 2, 2024
1 parent 709c6a0 commit 0665e45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ python-dateutil
starlette
oauthlib
itsdangerous
uvicorn
httpx
4 changes: 2 additions & 2 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ lib_name = fasthtml
version = 0.0.3
min_python = 3.10
license = apache2
requirements = fastcore python-dateutil starlette oauthlib itsdangerous
dev_requirements = httpx ipython lxml
requirements = fastcore python-dateutil starlette oauthlib itsdangerous uvicorn httpx
dev_requirements = ipython lxml
black_formatting = False
doc_path = _docs
lib_path = fasthtml
Expand Down

0 comments on commit 0665e45

Please sign in to comment.