move constant_time_compare function into onionshare from itsdangerous, to avoid dependency problem

This commit is contained in:
Micah Lee 2014-08-20 20:20:17 +00:00
parent 7f9185f266
commit bbbf005dac
5 changed files with 15 additions and 886 deletions

View file

@ -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(