mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
Install DRF in Django testing env
GitOrigin-RevId: fdafa913b286425c40f23fbccf71d46b0e5aac31
This commit is contained in:
committed by
intellij-monorepo-bot
parent
610c546728
commit
3851796622
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user