Removed bencode.pyx requirement from magneticod/setup.py
This commit is contained in:
parent
ee5d4d2724
commit
ef9c8a6855
@ -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"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user