We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d45aed5 + ad2e839 commit 2d5d691Copy full SHA for 2d5d691
README.rst
@@ -29,7 +29,7 @@ Optional: (better performance with C ciphers)
29
30
.. code:: rst
31
32
- $ pip3 install pycryptodome
+ $ pip3 install pproxy[accelerated]
33
Successfully installed pycryptodome-3.6.4
34
35
Apply OS system-wide proxy: (MacOS, Windows)
setup.py
@@ -38,6 +38,11 @@ def find_version(*file_paths):
38
],
39
keywords='proxy socks http shadowsocks redirect tunnel cipher ssl',
40
packages=['pproxy'],
41
+ extras_require={
42
+ 'accelerated': [
43
+ 'pycryptodome',
44
+ ],
45
+ },
46
install_requires=[],
47
entry_points={
48
'console_scripts': [
0 commit comments