omnata-plugin-runtime 0.1.0__tar.gz → 0.1.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: omnata-plugin-runtime
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: A development kit to assist with building, testing and publishing Omnata Plugins
5
5
  Author: James Weakley
6
6
  Author-email: james.weakley@omnata.com
@@ -8,16 +8,10 @@ Requires-Python: >=3.10,<4.0
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Programming Language :: Python :: 3.10
10
10
  Classifier: Programming Language :: Python :: 3.11
11
- Requires-Dist: markdown (>=3,<4)
11
+ Requires-Dist: jinja2 (>=3,<4)
12
12
  Requires-Dist: pandas
13
- Requires-Dist: progress (>=1,<2)
14
13
  Requires-Dist: pydantic (>=1,<2)
15
- Requires-Dist: python-slugify (>=8,<9)
16
- Requires-Dist: questionary (>=1,<2)
17
- Requires-Dist: snowflake-cli-labs
18
- Requires-Dist: tabulate
19
- Requires-Dist: typer
20
- Requires-Dist: vcrpy (>=4,<5)
14
+ Requires-Dist: snowflake-cli-labs (>=0.2.9,<0.3.0)
21
15
  Description-Content-Type: text/markdown
22
16
 
23
17
  # omnata-plugin-runtime
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "omnata-plugin-runtime"
3
- version = "0.1.0"
3
+ version = "0.1.2"
4
4
  description = "A development kit to assist with building, testing and publishing Omnata Plugins"
5
5
  authors = ["James Weakley <james.weakley@omnata.com>"]
6
6
  readme = "README.md"
@@ -8,19 +8,13 @@ packages = [{include = "omnata_plugin_runtime", from = "src"}]
8
8
 
9
9
  [tool.poetry.dependencies]
10
10
  python = "^3.10"
11
- snowflake-cli-labs = "*"
11
+ snowflake-cli-labs = "^0.2.9"
12
12
  #snowflake-connector-python = "^3"
13
13
  #snowflake-snowpark-python = "^1.4"
14
14
  #snowflake-snowpark-python = { file = "snowflake_snowpark_python-1.4.0-py3-none-any.whl" } # just during 1.4 PrPr
15
15
  pandas = "*"
16
- vcrpy = "^4"
17
- tabulate = "*"
18
- python-slugify = "^8"
19
- typer = "*"
20
- progress = "^1"
21
- questionary = "^1"
22
- markdown = "^3"
23
16
  pydantic = "^1"
17
+ jinja2 = "^3"
24
18
 
25
19
  [tool.poetry.dev-dependencies]
26
20
  pytest = "^6.2.4"