Skip to content

Commit

Permalink
Raise minimum requirements (use Python 3.6 as reference)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgp committed Feb 12, 2024
1 parent d42ebe7 commit e0da02e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e0da02e

Please sign in to comment.