Skip to content

Commit 36311fe

Browse files
authored
remove starlette from dependencies and bump fastapi (#151)
1 parent 0eb3eac commit 36311fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

{{cookiecutter.project_slug}}/backend/requirements.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
alembic==1.4.3
22
Authlib==0.14.3
3-
fastapi==0.61.1
3+
fastapi==0.63.0
44
celery==5.0.0
55
redis==3.5.3
66
httpx==0.15.5
@@ -11,7 +11,6 @@ psycopg2==2.8.6
1111
pytest==6.1.0
1212
requests==2.24.0
1313
SQLAlchemy==1.3.19
14-
starlette==0.13.8
1514
uvicorn==0.12.1
1615
passlib==1.7.2
1716
bcrypt==3.2.0

0 commit comments

Comments
 (0)