peek-python 1.6.2.post2__tar.gz → 1.6.2.post3__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: peek-python
3
- Version: 1.6.2.post2
3
+ Version: 1.6.2.post3
4
4
  Summary: peek - debugging and benchmarking made easy
5
5
  Author-email: Ruud van der Ham <rt.van.der.ham@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/salabim/ycecream
@@ -13,6 +13,9 @@ Description-Content-Type: text/markdown
13
13
  License-File: license.txt
14
14
  Requires-Dist: colorama
15
15
  Requires-Dist: six
16
+ Requires-Dist: executing
17
+ Requires-Dist: asttokens
18
+ Requires-Dist: tomli
16
19
 
17
20
  <img src="https://www.salabim.org/peek/peek_logo1.png">
18
21
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: peek-python
3
- Version: 1.6.2.post2
3
+ Version: 1.6.2.post3
4
4
  Summary: peek - debugging and benchmarking made easy
5
5
  Author-email: Ruud van der Ham <rt.van.der.ham@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/salabim/ycecream
@@ -13,6 +13,9 @@ Description-Content-Type: text/markdown
13
13
  License-File: license.txt
14
14
  Requires-Dist: colorama
15
15
  Requires-Dist: six
16
+ Requires-Dist: executing
17
+ Requires-Dist: asttokens
18
+ Requires-Dist: tomli
16
19
 
17
20
  <img src="https://www.salabim.org/peek/peek_logo1.png">
18
21
 
@@ -0,0 +1,5 @@
1
+ colorama
2
+ six
3
+ executing
4
+ asttokens
5
+ tomli
@@ -8,12 +8,15 @@ authors = [
8
8
  {name = "Ruud van der Ham", email = "rt.van.der.ham@gmail.com"}
9
9
  ]
10
10
  description = "peek - debugging and benchmarking made easy"
11
- version = "1.6.2-2"
11
+ version = "1.6.2-3"
12
12
  readme = "README.md"
13
13
  requires-python = ">=3.6"
14
14
  dependencies = [
15
15
  "colorama",
16
16
  "six",
17
+ "executing",
18
+ "asttokens",
19
+ "tomli",
17
20
  ]
18
21
 
19
22
  classifiers = [
@@ -1,2 +0,0 @@
1
- colorama
2
- six