Install DRF in Django testing env

GitOrigin-RevId: fdafa913b286425c40f23fbccf71d46b0e5aac31
This commit is contained in:
Irina Fediaeva
2024-06-27 20:00:06 +02:00
committed by intellij-monorepo-bot
parent 610c546728
commit 3851796622

View File

@@ -125,7 +125,7 @@ fun createPython(id: String, version: String?, packages: List<String> = listOf()
}
createPython("py312_django_latest", "3.12",
listOf("django", "behave-django", "behave", "pytest", "untangle"),
listOf("django", "behave-django", "behave", "pytest", "untangle", "djangorestframework"),
listOf("python3.12", "django", "django20", "behave", "behave-django", "django2", "pytest", "untangle"))
if (isUnix && !isMacOs) {