feat: update E2E testing configuration to use ssl

This commit is contained in:
ramvignesh-b
2026-04-16 04:26:29 +05:30
parent cc8e3e4e4e
commit b08d505a5a
13 changed files with 249 additions and 36 deletions
+6 -3
View File
@@ -1,17 +1,20 @@
[project]
name = "backend"
name = "piku_backend"
version = "0.1.0"
description = "Add your description here"
description = "Django Rest Framework for handling requests for Pi Ku app"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"django>=6.0.4",
"django-cors-headers>=4.9.0",
"django-environ>=0.13.0",
"django-extensions>=4.1",
"djangorestframework>=3.17.1",
"djangorestframework-simplejwt>=5.5.1",
"psycopg2-binary>=2.9.11",
"pyopenssl>=26.0.0",
"ruff>=0.15.9",
"werkzeug>=3.1.8",
]
@@ -23,4 +26,4 @@ line-length = 120
select = ["E", "F", "W", "UP", "I"]
[tool.ruff.lint.per-file-ignores]
"**/migrations/*" = ["E501"] # boilerplate - ignore
"**/migrations/*" = ["E501"]