Skip to content

Commit ba6df03

Browse files
committed
Switches to using the pypi version of fastapi-chameleon, now that it's a pip installable package.
1 parent 5f38b7a commit ba6df03

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

code/ch4-templates/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ fastapi
22
uvicorn
33
aiofiles
44

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

78
starlette

code/ch5-viewmodels/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ fastapi
22
uvicorn
33
aiofiles
44

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

78
starlette

code/ch6-users-and-forms/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ uvicorn
33
aiofiles
44
python-multipart
55

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

89
starlette

code/ch7-databases/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ uvicorn==0.13.3
33
aiofiles
44
python-multipart
55

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

89
starlette==0.13.6
910
SQLAlchemy==1.3.22

code/ch8-async-databases/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ uvicorn==0.13.3
33
aiofiles
44
python-multipart
55

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

89
starlette==0.13.6
910
progressbar2

0 commit comments

Comments
 (0)