peek-python 1.6.2.post3__tar.gz → 1.6.2.post4__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.post3
3
+ Version: 1.6.2.post4
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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: peek-python
3
- Version: 1.6.2.post3
3
+ Version: 1.6.2.post4
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
@@ -8,16 +8,10 @@ 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-3"
11
+ version = "1.6.2-4"
12
12
  readme = "README.md"
13
13
  requires-python = ">=3.6"
14
- dependencies = [
15
- "colorama",
16
- "six",
17
- "executing",
18
- "asttokens",
19
- "tomli",
20
- ]
14
+ dependencies = ["colorama","six","executing","asttokens","tomli"]
21
15
 
22
16
  classifiers = [
23
17
  "Development Status :: 5 - Production/Stable",