mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 07:25:10 -04:00
move constant_time_compare function into onionshare from itsdangerous, to avoid dependency problem
This commit is contained in:
parent
7f9185f266
commit
bbbf005dac
5 changed files with 15 additions and 886 deletions
6
setup.py
6
setup.py
|
@ -18,12 +18,6 @@ def file_list(path):
|
|||
|
||||
packages = ['onionshare', 'onionshare_gui']
|
||||
|
||||
sys.path.remove(os.getcwd())
|
||||
try:
|
||||
import itsdangerous
|
||||
except ImportError:
|
||||
packages.append('itsdangerous')
|
||||
|
||||
version = open('version').read().strip()
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue