Skip to content

Commit

Permalink
Switches to using the pypi version of fastapi-chameleon, now that it'…
Browse files Browse the repository at this point in the history
…s a pip installable package.
  • Loading branch information
mikeckennedy committed Jul 27, 2021
1 parent 5f38b7a commit ba6df03
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion code/ch4-templates/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ fastapi
uvicorn
aiofiles

git+https://github.com/mikeckennedy/fastapi-chameleon
# This is now available on PyPI.org so we'll be using that one going forward.
fastapi-chameleon

starlette
3 changes: 2 additions & 1 deletion code/ch5-viewmodels/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ fastapi
uvicorn
aiofiles

git+https://github.com/mikeckennedy/fastapi-chameleon
# This is now available on PyPI.org, so we'll be using that one going forward.
fastapi-chameleon

starlette
3 changes: 2 additions & 1 deletion code/ch6-users-and-forms/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ uvicorn
aiofiles
python-multipart

git+https://github.com/mikeckennedy/fastapi-chameleon
# This is now available on PyPI.org, so we'll be using that one going forward.
fastapi-chameleon

starlette
3 changes: 2 additions & 1 deletion code/ch7-databases/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ uvicorn==0.13.3
aiofiles
python-multipart

git+https://github.com/mikeckennedy/fastapi-chameleon
# This is now available on PyPI.org, so we'll be using that one going forward.
fastapi-chameleon

starlette==0.13.6
SQLAlchemy==1.3.22
Expand Down
3 changes: 2 additions & 1 deletion code/ch8-async-databases/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ uvicorn==0.13.3
aiofiles
python-multipart

git+https://github.com/mikeckennedy/fastapi-chameleon
# This is now available on PyPI.org, so we'll be using that one going forward.
fastapi-chameleon

starlette==0.13.6
progressbar2
Expand Down

0 comments on commit ba6df03

Please sign in to comment.