mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
bundle socks
https://anki.tenderapp.com/discussions/ankidesktop/39801-sync-error
This commit is contained in:
parent
a095a8bb07
commit
4a26e2ba77
2 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@ import setuptools
|
|||
|
||||
install_requires = [
|
||||
"beautifulsoup4",
|
||||
"requests",
|
||||
"requests[socks]",
|
||||
"decorator",
|
||||
"protobuf",
|
||||
'orjson; platform_machine == "x86_64"',
|
||||
|
|
|
@ -17,6 +17,7 @@ import logging.handlers
|
|||
|
||||
# required by requests library
|
||||
import queue
|
||||
import socks
|
||||
import typing
|
||||
import uuid
|
||||
|
||||
|
|
Loading…
Reference in a new issue