diff --git a/README.md b/README.md index bb1d081..8e24655 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Mega.py [![Downloads](https://pypip.in/d/mega.py/badge.png)](https://crate.io/packages/mega.py/) [![PyPI version](https://badge.fury.io/py/mega.py.svg)](https://pypi.org/project/mega.py/) -Python library for the [Mega.nz](https://mega.nz/aff=Zo6IxNaHw14) +Python library for the [Mega.nz](https://mega.nz) API, currently supporting: - login @@ -24,7 +24,7 @@ How To Use ### Create a Mega account -First, [create an account with Mega](https://mega.nz/aff=Zo6IxNaHw14) . +First, [create an account with Mega](https://mega.nz) . ### Install mega.py package diff --git a/requirements-dev.txt b/requirements-dev.txt index b360743..9af2321 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,4 +18,3 @@ pytest-mock==3.1.1 brunette==0.1.5 lock-requirements==0.1.1 requests-mock==1.8.0 -tqdm>=4.62.3 diff --git a/requirements.txt b/requirements.txt index 487ddd4..4c0d0b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -requests>=0.10 -pycryptodome>=3.9.6,<4.0.0 -tenacity>=5.1.5 -tqdm>=4.62.3 +requests>=2.27.1 +pycryptodome>=3.20.0,<4.0.0 +tenacity>=8.2.2 +tqdm>=4.64.1