Skip to content

Commit

Permalink
➕ Added tm1py
Browse files Browse the repository at this point in the history
  • Loading branch information
judynah committed Dec 4, 2024
1 parent ee63f3a commit 54cfe72
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ dependencies = [
"paramiko>=3.5.0",
# awswrangler 2.x. depends on pandas 1.x.
"pandas<2.0",
"tm1py>=2.0.4",
]
requires-python = ">=3.10"
readme = "README.md"
Expand Down
9 changes: 9 additions & 0 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ idna==3.7
# via httpx
# via requests
# via yarl
ijson==3.3.0
# via tm1py
imagehash==4.3.1
# via viadot2
importlib-metadata==6.11.0
Expand Down Expand Up @@ -315,6 +317,8 @@ mdit-py-plugins==0.4.1
# via jupytext
mdurl==0.1.2
# via markdown-it-py
mdxpy==1.3.2
# via tm1py
mergedeep==1.3.4
# via mkdocs
# via mkdocs-get-deps
Expand Down Expand Up @@ -372,6 +376,7 @@ neoteroi-mkdocs==1.1.0
nest-asyncio==1.6.0
# via ipykernel
networkx==3.3
# via tm1py
# via visions
numpy==1.23.4
# via db-dtypes
Expand Down Expand Up @@ -533,6 +538,7 @@ pytz==2024.1
# via dateparser
# via pandas
# via prefect
# via tm1py
# via trino
# via zeep
pytzdata==2020.1
Expand Down Expand Up @@ -584,6 +590,7 @@ requests==2.32.3
# via responses
# via sharepy
# via simple-salesforce
# via tm1py
# via trino
# via viadot2
# via zeep
Expand Down Expand Up @@ -675,6 +682,8 @@ tinycss2==1.3.0
# via cairosvg
# via cssselect2
# via nbconvert
tm1py==2.0.4
# via viadot2
toml==0.10.2
# via prefect
tomli==2.0.1
Expand Down
9 changes: 9 additions & 0 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ idna==3.7
# via httpx
# via requests
# via yarl
ijson==3.3.0
# via tm1py
imagehash==4.3.1
# via viadot2
importlib-resources==6.1.3
Expand Down Expand Up @@ -200,6 +202,8 @@ markupsafe==2.1.5
# via mako
mdurl==0.1.2
# via markdown-it-py
mdxpy==1.3.2
# via tm1py
more-itertools==10.5.0
# via simple-salesforce
multidict==6.0.5
Expand All @@ -208,6 +212,7 @@ multidict==6.0.5
multimethod==1.12
# via visions
networkx==3.3
# via tm1py
# via visions
numpy==1.23.4
# via db-dtypes
Expand Down Expand Up @@ -318,6 +323,7 @@ pytz==2024.1
# via dateparser
# via pandas
# via prefect
# via tm1py
# via trino
# via zeep
pytzdata==2020.1
Expand Down Expand Up @@ -349,6 +355,7 @@ requests==2.32.3
# via requests-toolbelt
# via sharepy
# via simple-salesforce
# via tm1py
# via trino
# via viadot2
# via zeep
Expand Down Expand Up @@ -420,6 +427,8 @@ tangled-up-in-unicode==0.2.0
# via visions
text-unidecode==1.3
# via python-slugify
tm1py==2.0.4
# via viadot2
toml==0.10.2
# via prefect
trino==0.328.0
Expand Down

0 comments on commit 54cfe72

Please sign in to comment.