Skip to content

Commit

Permalink
remove gunicorn from dependencies (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
amalshaji authored Apr 25, 2024
1 parent d36d9a9 commit 4c9ccf1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion admin/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ dependencies = [
"aiosmtplib>=3.0.1",
"cryptography>=42.0.5",
"aerich>=0.7.2",
"gunicorn>=21.2.0",
]
readme = "README.md"
requires-python = ">= 3.8"
Expand Down
3 changes: 0 additions & 3 deletions admin/requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ fastapi==0.109.2
# via portr-admin
filelock==3.13.1
# via virtualenv
gunicorn==21.2.0
# via portr-admin
h11==0.14.0
# via httpcore
# via uvicorn
Expand Down Expand Up @@ -82,7 +80,6 @@ nanoid==2.0.0
nodeenv==1.8.0
# via pre-commit
packaging==23.2
# via gunicorn
# via pytest
platformdirs==4.2.0
# via virtualenv
Expand Down
4 changes: 0 additions & 4 deletions admin/requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ email-validator==2.1.0.post1
# via portr-admin
fastapi==0.109.2
# via portr-admin
gunicorn==21.2.0
# via portr-admin
h11==0.14.0
# via httpcore
# via uvicorn
Expand All @@ -62,8 +60,6 @@ markupsafe==2.1.5
# via jinja2
nanoid==2.0.0
# via portr-admin
packaging==24.0
# via gunicorn
pycparser==2.21
# via cffi
pydantic==2.6.1
Expand Down

0 comments on commit 4c9ccf1

Please sign in to comment.