We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a033a37 commit e964e1bCopy full SHA for e964e1b
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "django_ptpython"
3
-version = "1.0.2"
+version = "1.0.3"
4
description = "PtPython as default Django shell."
5
authors = ["Reganto <tell.reganto@gmail.com>"]
6
license = "Apache-2.0"
@@ -31,7 +31,7 @@ classifiers = [
31
32
[tool.poetry.dependencies]
33
python = "^3.8"
34
-django = "^3.2.14"
+django = ">=3.2.14"
35
ptpython = "^3.0"
36
37
[tool.poetry.dev-dependencies]
0 commit comments