Skip to content

Commit

Permalink
Add datetime, dummy-notebookutils
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirks committed Jun 10, 2024
1 parent 462633a commit a099a9f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.venv
8 changes: 5 additions & 3 deletions src/fabric-runtime/1.2/.devcontainer/requirements.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
pip-tools
requests

# Matching the Runtime 1.2 in Fabric
# https://learn.microsoft.com/en-us/fabric/data-engineering/runtime-1-2
# https://github.com/microsoft/synapse-spark-runtime/tree/main/Fabric/spark3.4
pyspark==3.4.1
delta-spark==2.4.0

pip-tools
requests
datetime
dummy-notebookutils
8 changes: 8 additions & 0 deletions src/fabric-runtime/1.2/.devcontainer/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via pip-tools
datetime==5.5
# via -r requirements.in
delta-spark==2.4.0
# via -r requirements.in
dummy-notebookutils==1.5.3
# via -r requirements.in
idna==3.7
# via requests
importlib-metadata==7.1.0
Expand All @@ -32,6 +36,8 @@ pyspark==3.4.1
# via
# -r requirements.in
# delta-spark
pytz==2024.1
# via datetime
requests==2.32.3
# via -r requirements.in
tomli==2.0.1
Expand All @@ -44,6 +50,8 @@ wheel==0.43.0
# via pip-tools
zipp==3.19.2
# via importlib-metadata
zope-interface==6.4.post2
# via datetime

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down

0 comments on commit a099a9f

Please sign in to comment.