add xmr-requirements.txt file
This commit is contained in:
parent
7135744de7
commit
7871583eaa
3 changed files with 3 additions and 2 deletions
|
|
@ -146,7 +146,7 @@ class RPCBackends:
|
|||
if caller.auth_type:
|
||||
auth = 'HTTP' + caller.auth_type.capitalize() + 'Auth'
|
||||
self.session.auth = getattr(requests.auth,auth)(*caller.auth)
|
||||
if self.proxy:
|
||||
if self.proxy: # used only by XMR for now: requires pysocks package
|
||||
self.session.proxies.update({
|
||||
'http': f'socks5h://{self.proxy}',
|
||||
'https': f'socks5h://{self.proxy}'
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@ install_requires =
|
|||
ecdsa
|
||||
aiohttp
|
||||
requests
|
||||
pysocks # xmrwallet.py
|
||||
pexpect
|
||||
scrypt; platform_system != "Windows" # must be installed by hand on MSYS2
|
||||
semantic-version; platform_system != "Windows" # scripts/create-token.py
|
||||
|
|
|
|||
2
xmr-requirements.txt
Normal file
2
xmr-requirements.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
pycryptodomex
|
||||
pysocks
|
||||
Loading…
Add table
Add a link
Reference in a new issue