Skip to content

Commit

Permalink
Removed gunicorn from required packages as it is, in fact, not required
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelurben committed Dec 23, 2023
1 parent 4444350 commit a5ce05f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion kmuhelper/modules/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def versions(request):
packages = [
"Django",
"django-kmuhelper",
"gunicorn",
"requests",
"WooCommerce",
"reportlab",
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Django==5.0
gunicorn==21.2.0
requests==2.31.0
WooCommerce==3.0.0
reportlab==4.0.8
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ setup_requires =
setuptools
install_requires =
Django>=4.2.0
gunicorn>=20.1.0
requests>=2.26.0
WooCommerce>=3.0.0
reportlab>=3.6.3
Expand Down

0 comments on commit a5ce05f

Please sign in to comment.