nshutils 0.12.1__tar.gz → 0.12.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: nshutils
3
- Version: 0.12.1
3
+ Version: 0.12.2
4
4
  Summary:
5
5
  Author: Nima Shoghi
6
6
  Author-email: nimashoghi@gmail.com
@@ -16,6 +16,7 @@ Requires-Dist: lovely-numpy ; extra == "extra"
16
16
  Requires-Dist: lovely-tensors ; extra == "extra"
17
17
  Requires-Dist: numpy
18
18
  Requires-Dist: pysnooper ; extra == "extra"
19
+ Requires-Dist: rich ; extra == "extra"
19
20
  Requires-Dist: typing-extensions
20
21
  Requires-Dist: uuid7
21
22
  Project-URL: homepage, https://github.com/nimashoghi/nshutils
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "nshutils"
3
- version = "0.12.1"
3
+ version = "0.12.2"
4
4
  description = ""
5
5
  authors = ["Nima Shoghi <nimashoghi@gmail.com>"]
6
6
  readme = "README.md"
@@ -18,6 +18,7 @@ uuid7 = "*"
18
18
  lovely-numpy = { version = "*", optional = true }
19
19
  lovely-tensors = { version = "*", optional = true }
20
20
  pysnooper = { version = "*", optional = true }
21
+ rich = { version = "*", optional = true }
21
22
 
22
23
  [tool.poetry.group.dev.dependencies]
23
24
  pyright = "^1.1.373"
@@ -41,4 +42,4 @@ reportPrivateImportUsage = false
41
42
  ignore = ["F722", "F821", "E731", "E741"]
42
43
 
43
44
  [tool.poetry.extras]
44
- extra = ["pysnooper", "lovely-numpy", "lovely-tensors"]
45
+ extra = ["pysnooper", "lovely-numpy", "lovely-tensors", "rich"]
File without changes