simple-proxy 0.0.8__tar.gz → 0.0.9__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: simple-proxy
3
- Version: 0.0.8
3
+ Version: 0.0.9
4
4
  Summary: A very simple NIO TCP proxy server
5
5
  Home-page: https://github.com/ruanhao/simple-proxy
6
6
  Author: Hao Ruan
@@ -25,8 +25,8 @@ Description-Content-Type: text/markdown
25
25
  License-File: LICENSE
26
26
  Requires-Dist: click
27
27
  Requires-Dist: py-netty
28
- Requires-Dist: cryptography~=42.0.0
29
- Requires-Dist: attrs~=22.1.0
28
+ Requires-Dist: cryptography>=42.0.0
29
+ Requires-Dist: attrs>=22.1.0
30
30
 
31
31
  # simple-proxy :rocket:
32
32
 
@@ -22,7 +22,7 @@ config = {
22
22
  'keywords': ['network', 'tcp', 'non-blocking', 'proxy'],
23
23
  'version': __version__,
24
24
  'packages': find_packages(),
25
- 'install_requires': ['click', 'py-netty', 'cryptography~=42.0.0', 'attrs~=22.1.0'],
25
+ 'install_requires': ['click', 'py-netty', 'cryptography>=42.0.0', 'attrs>=22.1.0'],
26
26
  'python_requires': ">=3.7, <4",
27
27
  'setup_requires': ['wheel'],
28
28
  'package_data': {'simple_proxy': ['*']},
@@ -0,0 +1 @@
1
+ __version__ = "0.0.9"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: simple-proxy
3
- Version: 0.0.8
3
+ Version: 0.0.9
4
4
  Summary: A very simple NIO TCP proxy server
5
5
  Home-page: https://github.com/ruanhao/simple-proxy
6
6
  Author: Hao Ruan
@@ -25,8 +25,8 @@ Description-Content-Type: text/markdown
25
25
  License-File: LICENSE
26
26
  Requires-Dist: click
27
27
  Requires-Dist: py-netty
28
- Requires-Dist: cryptography~=42.0.0
29
- Requires-Dist: attrs~=22.1.0
28
+ Requires-Dist: cryptography>=42.0.0
29
+ Requires-Dist: attrs>=22.1.0
30
30
 
31
31
  # simple-proxy :rocket:
32
32
 
@@ -0,0 +1,4 @@
1
+ click
2
+ py-netty
3
+ cryptography>=42.0.0
4
+ attrs>=22.1.0
@@ -1 +0,0 @@
1
- __version__ = "0.0.8"
@@ -1,4 +0,0 @@
1
- click
2
- py-netty
3
- cryptography~=42.0.0
4
- attrs~=22.1.0
File without changes
File without changes
File without changes