removed getch
This commit is contained in:
parent
271a19bd2c
commit
d6e0282a36
2
setup.py
2
setup.py
@ -6,7 +6,7 @@ with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
|
||||
|
||||
|
||||
setup(name='youandme',
|
||||
version='0.0.0',
|
||||
version='0.0.1',
|
||||
description='Simple private data sharing via bytearrays, Tor tunneling and metadata paranoia',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
|
@ -3,7 +3,6 @@ import socket
|
||||
from time import time, sleep
|
||||
from threading import Thread
|
||||
|
||||
from getch import getch
|
||||
from stem.control import Controller
|
||||
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user