From ef9c8a6855fcae4e3f1e40d1fcfa8c244e0fa731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Galambos=20M=C3=A1t=C3=A9?= Date: Mon, 12 Jun 2017 20:11:32 +0200 Subject: [PATCH] Removed bencode.pyx requirement from magneticod/setup.py --- magneticod/setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/magneticod/setup.py b/magneticod/setup.py index b6e256b..8296158 100644 --- a/magneticod/setup.py +++ b/magneticod/setup.py @@ -10,7 +10,6 @@ def read_file(path): def run_setup(): install_requirements = [ "appdirs >= 1.4.3", - "bencoder.pyx >= 1.1.3", "humanfriendly", "better_bencode >= 0.2.1" ]