Skip to content

Commit

Permalink
Merge branch 'main' into rwittman/devops-1591
Browse files Browse the repository at this point in the history
  • Loading branch information
robwittman authored Jul 14, 2023
2 parents 3b5a8b1 + 3eeedff commit 778293d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 23 deletions.
17 changes: 6 additions & 11 deletions python/noteable/3.10/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ anyio==3.6.2
# jupyter-server
appdirs==1.4.4
# via fs
appnope==0.1.3
# via
# ipykernel
# ipython
argon2-cffi==21.3.0
# via
# jupyter-server
Expand Down Expand Up @@ -131,7 +135,6 @@ cryptography==40.0.2
# via
# jwt
# pyopenssl
# secretstorage
# snowflake-connector-python
dagster==1.0.15
# via dagstermill
Expand Down Expand Up @@ -246,9 +249,7 @@ googleapis-common-protos==1.59.0
graphviz==0.20.1
# via -r python/noteable/3.10/requirements.in
greenlet==1.1.3.post0
# via
# noteable
# sqlalchemy
# via noteable
grpcio==1.47.5
# via
# dagster
Expand Down Expand Up @@ -319,10 +320,6 @@ jaraco-classes==3.2.3
# via keyring
jedi==0.18.2
# via ipython
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
# via
# cookiecutter
Expand Down Expand Up @@ -493,7 +490,7 @@ nest-asyncio==1.5.6
# ipykernel
# nbclassic
# notebook
noteable @ git+https://www.github.com/noteable-io/noteable-notebook-magics.git@7860abb999de252ae2a7c97637a1153094dbc87f
noteable @ git+https://www.github.com/noteable-io/noteable-notebook-magics.git@80400d864bdc3b73ce3c4e3580b1df8d01c4c860
# via -r python/noteable/3.10/requirements.in
noteable-origami==0.0.11
# via papermill-origami
Expand Down Expand Up @@ -773,8 +770,6 @@ scramp==1.4.4
# via redshift-connector
scrapbook==0.5.0
# via dagstermill
secretstorage==3.3.3
# via keyring
send2trash==1.8.2
# via
# jupyter-server
Expand Down
17 changes: 6 additions & 11 deletions python/noteable/3.9/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ anyio==3.6.2
# jupyter-server
appdirs==1.4.4
# via fs
appnope==0.1.3
# via
# ipykernel
# ipython
argon2-cffi==21.3.0
# via
# jupyter-server
Expand Down Expand Up @@ -131,7 +135,6 @@ cryptography==40.0.2
# via
# jwt
# pyopenssl
# secretstorage
# snowflake-connector-python
dagster==1.0.15
# via dagstermill
Expand Down Expand Up @@ -246,9 +249,7 @@ googleapis-common-protos==1.59.0
graphviz==0.20.1
# via -r python/noteable/3.9/requirements.in
greenlet==1.1.3.post0
# via
# noteable
# sqlalchemy
# via noteable
grpcio==1.47.5
# via
# dagster
Expand Down Expand Up @@ -324,10 +325,6 @@ jaraco-classes==3.2.3
# via keyring
jedi==0.18.2
# via ipython
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
# via
# cookiecutter
Expand Down Expand Up @@ -498,7 +495,7 @@ nest-asyncio==1.5.6
# ipykernel
# nbclassic
# notebook
noteable @ git+https://www.github.com/noteable-io/noteable-notebook-magics.git@7860abb999de252ae2a7c97637a1153094dbc87f
noteable @ git+https://www.github.com/noteable-io/noteable-notebook-magics.git@80400d864bdc3b73ce3c4e3580b1df8d01c4c860
# via -r python/noteable/3.9/requirements.in
noteable-origami==0.0.11
# via papermill-origami
Expand Down Expand Up @@ -778,8 +775,6 @@ scramp==1.4.4
# via redshift-connector
scrapbook==0.5.0
# via dagstermill
secretstorage==3.3.3
# via keyring
send2trash==1.8.2
# via
# jupyter-server
Expand Down
2 changes: 1 addition & 1 deletion python/noteable/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ graphviz==0.20.1

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

Expand Down

0 comments on commit 778293d

Please sign in to comment.