Commit 6b5c4d6f authored by Thomas Leymonerie's avatar Thomas Leymonerie

software/django: Find Django versions

parent 7d286f9d
...@@ -6,6 +6,8 @@ extends = ...@@ -6,6 +6,8 @@ extends =
parts = parts =
django-env django-env
allow-picked-versions = true
[django-env] [django-env]
<= virtual-env-base <= virtual-env-base
location = ${buildout:directory}/activate location = ${buildout:directory}/activate
...@@ -13,8 +15,3 @@ eggs = Django ...@@ -13,8 +15,3 @@ eggs = Django
[python] [python]
part = python3 part = python3
[versions]
Django = 4.0.6
sqlparse = 0.4.2
asgiref = 3.5.2
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment