Add ipython

This commit is contained in:
2023-08-15 14:57:30 -04:00
parent 8646fd6881
commit 607c2522f3
2 changed files with 250 additions and 30 deletions

View File

@ -5,7 +5,7 @@ description = ""
authors = ["Colin Powell <colin@unbl.ink>"]
[tool.poetry.dependencies]
python = "^3.8"
python = ">=3.9,<4.0"
Django = "^4.0.3"
django-extensions = "^3.1.5"
python-dateutil = "^2.8.2"
@ -40,6 +40,7 @@ beautifulsoup4 = "^4.11.2"
django-storages = "^1.13.2"
boto3 = "^1.26.98"
stream-sqlite = "^0.0.41"
ipython = "^8.14.0"
[tool.poetry.dev-dependencies]
Werkzeug = "2.0.3"