Skip to content

Commit

Permalink
add locked reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasht86 committed Aug 23, 2024
1 parent 0ac3033 commit 9dbe53f
Show file tree
Hide file tree
Showing 2 changed files with 169 additions and 4 deletions.
6 changes: 6 additions & 0 deletions examples/fasthtml-demo/requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
python-fasthtml==0.4.4
huggingface-hub
git+https://github.com/AnswerDotAI/fasthtml-hf@a7ae831a1bd01105a9f771fb3a4e4c454ddc3176 # latest released version did not work
pyvespa
vespacli
python-dotenv
167 changes: 163 additions & 4 deletions examples/fasthtml-demo/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,164 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements.in --output-file requirements.txt
aiohappyeyeballs==2.4.0
# via aiohttp
aiohttp==3.10.5
# via pyvespa
aiosignal==1.3.1
# via aiohttp
anyio==4.4.0
# via
# httpx
# starlette
# watchfiles
async-timeout==4.0.3
# via aiohttp
attrs==24.2.0
# via aiohttp
beautifulsoup4==4.12.3
# via python-fasthtml
certifi==2024.7.4
# via
# httpcore
# httpx
# requests
cffi==1.17.0
# via cryptography
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via uvicorn
cryptography==43.0.0
# via pyvespa
docker==7.1.0
# via pyvespa
exceptiongroup==1.2.2
# via anyio
fastcore==1.7.1
# via
# fasthtml-hf
# fastlite
# python-fasthtml
# sqlite-minutils
fasthtml-hf @ git+https://github.com/AnswerDotAI/fasthtml-hf@a7ae831a1bd01105a9f771fb3a4e4c454ddc3176
# via -r requirements.in
fastlite==0.0.9
# via python-fasthtml
filelock==3.15.4
# via huggingface-hub
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
fsspec==2024.6.1
# via huggingface-hub
h11==0.14.0
# via
# httpcore
# uvicorn
h2==4.1.0
# via httpx
hpack==4.0.0
# via h2
httpcore==1.0.5
# via httpx
httptools==0.6.1
# via uvicorn
httpx==0.27.0
# via
# python-fasthtml
# pyvespa
huggingface-hub==0.24.6
# via
# -r requirements.in
# fasthtml-hf
hyperframe==6.0.1
# via h2
idna==3.7
# via
# anyio
# httpx
# requests
# yarl
itsdangerous==2.2.0
# via python-fasthtml
jinja2==3.1.4
# via pyvespa
markupsafe==2.1.5
# via jinja2
multidict==6.0.5
# via
# aiohttp
# yarl
oauthlib==3.2.2
# via python-fasthtml
packaging==24.1
# via
# fastcore
# huggingface-hub
pycparser==2.22
# via cffi
python-dateutil==2.9.0.post0
# via
# python-fasthtml
# pyvespa
python-dotenv==1.0.1
# via
# -r requirements.in
# uvicorn
python-fasthtml==0.4.4
git+https://github.com/AnswerDotAI/fasthtml-hf@a7ae831a1bd01105a9f771fb3a4e4c454ddc3176 # latest released version did not work
pyvespa
vespacli
python-dotenv
# via -r requirements.in
python-multipart==0.0.9
# via python-fasthtml
pyvespa==0.46.0
# via -r requirements.in
pyyaml==6.0.2
# via
# huggingface-hub
# uvicorn
requests==2.31.0
# via
# docker
# huggingface-hub
# pyvespa
# requests-toolbelt
requests-toolbelt==1.0.0
# via pyvespa
six==1.16.0
# via python-dateutil
sniffio==1.3.1
# via
# anyio
# httpx
soupsieve==2.6
# via beautifulsoup4
sqlite-minutils==3.37.0.post1
# via fastlite
starlette==0.38.2
# via python-fasthtml
tenacity==9.0.0
# via pyvespa
tqdm==4.66.5
# via huggingface-hub
typing-extensions==4.12.2
# via
# anyio
# huggingface-hub
# pyvespa
# uvicorn
urllib3==2.2.2
# via
# docker
# requests
uvicorn==0.30.6
# via python-fasthtml
uvloop==0.20.0
# via uvicorn
vespacli==8.391.23
# via -r requirements.in
watchfiles==0.23.0
# via uvicorn
websockets==13.0
# via uvicorn
yarl==1.9.4
# via aiohttp

0 comments on commit 9dbe53f

Please sign in to comment.