about summary refs log tree commit diff
path: root/requirements.lock
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-06-03 17:44:11 -0700
committerFranck Cuny <franck@fcuny.net>2024-06-03 17:44:11 -0700
commite45ac748acebdc1ac57b980a86efbcf4a3a1e124 (patch)
treefdf2a00d7f31be9442790b56a14fba1eac9dbb1d /requirements.lock
parentclean up a bunch of home-manager stuff (diff)
downloadworld-e45ac748acebdc1ac57b980a86efbcf4a3a1e124.tar.gz
add ipython
Diffstat (limited to 'requirements.lock')
-rw-r--r--requirements.lock32
1 files changed, 32 insertions, 0 deletions
diff --git a/requirements.lock b/requirements.lock
index a2a4254..e6067b6 100644
--- a/requirements.lock
+++ b/requirements.lock
@@ -8,6 +8,8 @@
 #   with-sources: false
 
 -e file:.
+asttokens==2.4.1
+    # via stack-data
 beautifulsoup4==4.12.3
     # via bs4
 bs4==0.0.2
@@ -18,17 +20,47 @@ charset-normalizer==3.3.2
     # via requests
 click==8.1.7
     # via world
+decorator==5.1.1
+    # via ipython
+executing==2.0.1
+    # via stack-data
 idna==3.7
     # via requests
+ipython==8.24.0
+    # via world
+jedi==0.19.1
+    # via ipython
+matplotlib-inline==0.1.7
+    # via ipython
+parso==0.8.4
+    # via jedi
+pexpect==4.9.0
+    # via ipython
 prettytable==3.10.0
     # via world
+prompt-toolkit==3.0.43
+    # via ipython
+ptyprocess==0.7.0
+    # via pexpect
+pure-eval==0.2.2
+    # via stack-data
+pygments==2.18.0
+    # via ipython
 requests==2.31.0
     # via world
+six==1.16.0
+    # via asttokens
 soupsieve==2.5
     # via beautifulsoup4
+stack-data==0.6.3
+    # via ipython
 termcolor==2.4.0
     # via world
+traitlets==5.14.3
+    # via ipython
+    # via matplotlib-inline
 urllib3==2.2.1
     # via requests
 wcwidth==0.2.13
     # via prettytable
+    # via prompt-toolkit