Removed bencode.pyx requirement from magneticod/setup.py

This commit is contained in:
Galambos Máté 2017-06-12 20:11:32 +02:00
parent ee5d4d2724
commit ef9c8a6855

View File

@ -10,7 +10,6 @@ def read_file(path):
def run_setup(): def run_setup():
install_requirements = [ install_requirements = [
"appdirs >= 1.4.3", "appdirs >= 1.4.3",
"bencoder.pyx >= 1.1.3",
"humanfriendly", "humanfriendly",
"better_bencode >= 0.2.1" "better_bencode >= 0.2.1"
] ]