From 918b8653c93cffeac1fb8b8c34488b3ad6f4a690 Mon Sep 17 00:00:00 2001 From: lzzy12 Date: Fri, 11 Oct 2019 23:18:06 +0530 Subject: [PATCH] Specify version of aria2p module Signed-off-by: lzzy12 --- README.md | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50c6efb..2fd80a7 100644 --- a/README.md +++ b/README.md @@ -71,4 +71,4 @@ Fill up rest of the fields. Meaning of each fields are discussed below: python3 -m bot ``` -###### You can limit maximum concurrent downloads by changing the value of MAX_CONCURRENT_DOWNLOADS in aria.sh. By default, it's set to 2 \ No newline at end of file +Note: You can limit maximum concurrent downloads by changing the value of MAX_CONCURRENT_DOWNLOADS in aria.sh. By default, it's set to 2 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index df65662..64306e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ pyasn1>=0.4.3 pyasn1-modules>=0.2.1 uritemplate>=3.0.0 urllib3>=1.23 -aria2p +aria2p>=0.3.0,<=0.5.0