Skip to content

Commit 3eeedff

Browse files
author
James Robinson
authored
New magics build (#17)
1 parent ad32aef commit 3eeedff

File tree

3 files changed

+13
-23
lines changed

3 files changed

+13
-23
lines changed

python/noteable/3.10/requirements.txt

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ anyio==3.6.2
2828
# jupyter-server
2929
appdirs==1.4.4
3030
# via fs
31+
appnope==0.1.3
32+
# via
33+
# ipykernel
34+
# ipython
3135
argon2-cffi==21.3.0
3236
# via
3337
# jupyter-server
@@ -131,7 +135,6 @@ cryptography==40.0.2
131135
# via
132136
# jwt
133137
# pyopenssl
134-
# secretstorage
135138
# snowflake-connector-python
136139
dagster==1.0.15
137140
# via dagstermill
@@ -246,9 +249,7 @@ googleapis-common-protos==1.59.0
246249
graphviz==0.20.1
247250
# via -r python/noteable/3.10/requirements.in
248251
greenlet==1.1.3.post0
249-
# via
250-
# noteable
251-
# sqlalchemy
252+
# via noteable
252253
grpcio==1.47.5
253254
# via
254255
# dagster
@@ -319,10 +320,6 @@ jaraco-classes==3.2.3
319320
# via keyring
320321
jedi==0.18.2
321322
# via ipython
322-
jeepney==0.8.0
323-
# via
324-
# keyring
325-
# secretstorage
326323
jinja2==3.1.2
327324
# via
328325
# cookiecutter
@@ -493,7 +490,7 @@ nest-asyncio==1.5.6
493490
# ipykernel
494491
# nbclassic
495492
# notebook
496-
noteable @ git+https://www.github.com/noteable-io/noteable-notebook-magics.git@7860abb999de252ae2a7c97637a1153094dbc87f
493+
noteable @ git+https://www.github.com/noteable-io/noteable-notebook-magics.git@80400d864bdc3b73ce3c4e3580b1df8d01c4c860
497494
# via -r python/noteable/3.10/requirements.in
498495
noteable-origami==0.0.11
499496
# via papermill-origami
@@ -773,8 +770,6 @@ scramp==1.4.4
773770
# via redshift-connector
774771
scrapbook==0.5.0
775772
# via dagstermill
776-
secretstorage==3.3.3
777-
# via keyring
778773
send2trash==1.8.2
779774
# via
780775
# jupyter-server

python/noteable/3.9/requirements.txt

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ anyio==3.6.2
2828
# jupyter-server
2929
appdirs==1.4.4
3030
# via fs
31+
appnope==0.1.3
32+
# via
33+
# ipykernel
34+
# ipython
3135
argon2-cffi==21.3.0
3236
# via
3337
# jupyter-server
@@ -131,7 +135,6 @@ cryptography==40.0.2
131135
# via
132136
# jwt
133137
# pyopenssl
134-
# secretstorage
135138
# snowflake-connector-python
136139
dagster==1.0.15
137140
# via dagstermill
@@ -246,9 +249,7 @@ googleapis-common-protos==1.59.0
246249
graphviz==0.20.1
247250
# via -r python/noteable/3.9/requirements.in
248251
greenlet==1.1.3.post0
249-
# via
250-
# noteable
251-
# sqlalchemy
252+
# via noteable
252253
grpcio==1.47.5
253254
# via
254255
# dagster
@@ -324,10 +325,6 @@ jaraco-classes==3.2.3
324325
# via keyring
325326
jedi==0.18.2
326327
# via ipython
327-
jeepney==0.8.0
328-
# via
329-
# keyring
330-
# secretstorage
331328
jinja2==3.1.2
332329
# via
333330
# cookiecutter
@@ -498,7 +495,7 @@ nest-asyncio==1.5.6
498495
# ipykernel
499496
# nbclassic
500497
# notebook
501-
noteable @ git+https://www.github.com/noteable-io/noteable-notebook-magics.git@7860abb999de252ae2a7c97637a1153094dbc87f
498+
noteable @ git+https://www.github.com/noteable-io/noteable-notebook-magics.git@80400d864bdc3b73ce3c4e3580b1df8d01c4c860
502499
# via -r python/noteable/3.9/requirements.in
503500
noteable-origami==0.0.11
504501
# via papermill-origami
@@ -778,8 +775,6 @@ scramp==1.4.4
778775
# via redshift-connector
779776
scrapbook==0.5.0
780777
# via dagstermill
781-
secretstorage==3.3.3
782-
# via keyring
783778
send2trash==1.8.2
784779
# via
785780
# jupyter-server

python/noteable/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ graphviz==0.20.1
1414

1515
# https://github.com/noteable-io/ packages
1616
git+https://www.github.com/noteable-io/dx.git@a9a4310e51236833e818f3d81edc06a2c2fa3b0e
17-
git+https://www.github.com/noteable-io/noteable-notebook-magics.git@7860abb999de252ae2a7c97637a1153094dbc87f
17+
git+https://www.github.com/noteable-io/noteable-notebook-magics.git@80400d864bdc3b73ce3c4e3580b1df8d01c4c860
1818
git+https://www.github.com/noteable-io/sidecar_comms.git@009210009af85640852398dd6965bb7c285e21e2
1919
git+https://www.github.com/noteable-io/ipykernel-logging.git@b5ae61c0c99ba8e1a6740fd24b123bc580efe53a
2020

0 commit comments

Comments
 (0)