rowan-python 1.1.5__tar.gz → 1.1.6__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,12 +1,15 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rowan-python
3
- Version: 1.1.5
3
+ Version: 1.1.6
4
4
  Summary: Rowan Python Library
5
5
  Project-URL: Homepage, https://github.com/rowansci/rowan-client
6
6
  Project-URL: Bug Tracker, https://github.com/rowansci/rowan-client/issues
7
7
  Author-email: Corin Wagen <corin@rowansci.com>
8
8
  License-File: LICENSE
9
9
  Requires-Python: >=3.8
10
+ Requires-Dist: cctk
11
+ Requires-Dist: httpx
12
+ Requires-Dist: stjames
10
13
  Description-Content-Type: text/markdown
11
14
 
12
15
  # Rowan Python Library
@@ -1,12 +1,17 @@
1
1
  [project]
2
2
  name = "rowan-python"
3
- version = "1.1.5"
3
+ version = "1.1.6"
4
4
  description = "Rowan Python Library"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.8"
7
7
  authors = [
8
8
  { name = "Corin Wagen", email = "corin@rowansci.com" },
9
9
  ]
10
+ dependencies = [
11
+ "cctk",
12
+ "httpx",
13
+ "stjames",
14
+ ]
10
15
 
11
16
  [project.urls]
12
17
  "Homepage" = "https://github.com/rowansci/rowan-client"
File without changes
File without changes
File without changes
File without changes