Skip to content

Commit 7546444

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent 38af668 commit 7546444

File tree

3 files changed

+2344
-3
lines changed

3 files changed

+2344
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ keywords = ["proxy", "network", "packets"]
2929
dependencies = [
3030
"requests>=2.25.1",
3131
"aiohttp>=3.8.0",
32-
"aiosocks>=0.7.0",
3332
"httpx>=0.24.0",
3433
"pytest>=7.0.0",
34+
"setuptools>=68.0.0",
3535
]
3636

3737
[project.urls]
3838
Homepage = "https://github.com/bettercallninja/pyroxi"
3939
Repository = "https://github.com/bettercallninja/pyroxi"
4040
"Bug Reports" = "https://github.com/bettercallninja/pyroxi/issues"
41-
"Source" = "https://github.com/bettercallninja/pyroxi"
41+
"Source" = "https://github.com/bettercallninja/pyroxi"

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
install_requires=[
2323
'requests>=2.25.1',
2424
'aiohttp>=3.8.0',
25-
'aiosocks>=0.7.0',
2625
'httpx>=0.24.0',
2726
'pytest>=7.0.0',
2827
],

0 commit comments

Comments
 (0)