peek-python 1.8.3__tar.gz → 1.8.4__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.8.3
3
+ Version: 1.8.4
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/peek
@@ -11,12 +11,12 @@ Classifier: Programming Language :: Python :: 3 :: Only
11
11
  Requires-Python: >=3.6
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: license.txt
14
- Requires-Dist: colorama
15
- Requires-Dist: six
16
- Requires-Dist: executing
17
- Requires-Dist: asttokens
18
- Requires-Dist: tomli
19
- Requires-Dist: pyperclip
14
+ Requires-Dist: asttokens>=3.0.0
15
+ Requires-Dist: colorama>=0.4.6
16
+ Requires-Dist: executing>=2.1.0
17
+ Requires-Dist: pyperclip>=1.9.0
18
+ Requires-Dist: six>=1.17.0
19
+ Requires-Dist: tomli>=2.2.1
20
20
 
21
21
  <img src="https://www.salabim.org/peek/peek_logo1.png">
22
22
 
@@ -4,7 +4,7 @@
4
4
  # | .__/ \___| \___||_|\_\
5
5
  # |_| like print, but easy.
6
6
 
7
- __version__ = "1.8.3"
7
+ __version__ = "1.8.4"
8
8
 
9
9
  """
10
10
  See https://github.com/salabim/peek for details
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: peek-python
3
- Version: 1.8.3
3
+ Version: 1.8.4
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/peek
@@ -11,12 +11,12 @@ Classifier: Programming Language :: Python :: 3 :: Only
11
11
  Requires-Python: >=3.6
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: license.txt
14
- Requires-Dist: colorama
15
- Requires-Dist: six
16
- Requires-Dist: executing
17
- Requires-Dist: asttokens
18
- Requires-Dist: tomli
19
- Requires-Dist: pyperclip
14
+ Requires-Dist: asttokens>=3.0.0
15
+ Requires-Dist: colorama>=0.4.6
16
+ Requires-Dist: executing>=2.1.0
17
+ Requires-Dist: pyperclip>=1.9.0
18
+ Requires-Dist: six>=1.17.0
19
+ Requires-Dist: tomli>=2.2.1
20
20
 
21
21
  <img src="https://www.salabim.org/peek/peek_logo1.png">
22
22
 
@@ -0,0 +1,6 @@
1
+ asttokens>=3.0.0
2
+ colorama>=0.4.6
3
+ executing>=2.1.0
4
+ pyperclip>=1.9.0
5
+ six>=1.17.0
6
+ tomli>=2.2.1
@@ -8,10 +8,17 @@ 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.8.3"
11
+ version = "1.8.4"
12
12
  readme = "README.md"
13
13
  requires-python = ">=3.6"
14
- dependencies = ["colorama","six","executing","asttokens","tomli","pyperclip"]
14
+ dependencies = [
15
+ "asttokens>=3.0.0",
16
+ "colorama>=0.4.6",
17
+ "executing>=2.1.0",
18
+ "pyperclip>=1.9.0",
19
+ "six>=1.17.0",
20
+ "tomli>=2.2.1"
21
+ ]
15
22
 
16
23
  classifiers = [
17
24
  "Development Status :: 5 - Production/Stable",
@@ -1,6 +0,0 @@
1
- colorama
2
- six
3
- executing
4
- asttokens
5
- tomli
6
- pyperclip
File without changes
File without changes
File without changes