diff --git a/example/requirements.txt b/example/requirements.txt index cedd018..0f6690f 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -6,6 +6,8 @@ # asgiref==3.4.1 # via django +asttokens==2.2.1 + # via stack-data backcall==0.2.0 # via ipython click==8.0.3 @@ -18,11 +20,13 @@ django==4.0.6 # via # -r requirements.in # model-bakery +executing==1.2.0 + # via stack-data flake8==4.0.1 # via -r requirements.in ipdb==0.13.9 # via -r requirements.in -ipython==7.31.1 +ipython==8.10.0 # via # -r requirements.in # ipdb @@ -44,18 +48,24 @@ pickleshare==0.7.5 # via ipython pip-tools==6.4.0 # via -r requirements.in -prompt-toolkit==3.0.24 +prompt-toolkit==3.0.36 # via ipython ptyprocess==0.7.0 # via pexpect +pure-eval==0.2.2 + # via stack-data pycodestyle==2.8.0 # via flake8 pyflakes==2.4.0 # via flake8 pygments==2.10.0 # via ipython +six==1.16.0 + # via asttokens sqlparse==0.4.2 # via django +stack-data==0.6.2 + # via ipython toml==0.10.2 # via ipdb tomli==2.0.0