mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 14:04:51 +00:00
Add pysocks to required packages
This commit is contained in:
parent
789cffa4f7
commit
ed1e86dce1
1 changed files with 1 additions and 1 deletions
|
|
@ -26,5 +26,5 @@ classifiers =
|
||||||
[options]
|
[options]
|
||||||
packages = find:
|
packages = find:
|
||||||
zip_safe = False
|
zip_safe = False
|
||||||
install_requires = pyaes
|
install_requires = pyaes; pysocks
|
||||||
include_package_data = True
|
include_package_data = True
|
||||||
Loading…
Reference in a new issue