diff --git a/Libgenbot.egg-info/requires.txt b/Libgenbot.egg-info/requires.txt index 92b4c8c..9a1b305 100644 --- a/Libgenbot.egg-info/requires.txt +++ b/Libgenbot.egg-info/requires.txt @@ -1,4 +1,4 @@ -astroid>=2.4.2,<3.1 +astroid>=2.4.2,<3.3 beautifulsoup4>=4.9.1 bibtexparser>=1.2.0 certifi>=2020.6.20 diff --git a/setup.py b/setup.py index 0ad6ec7..7e2b1d8 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ download_url = 'https://github.com/suhan-paradkar/Libgenot/archive/v1.0.0-alpha.tar.gz', keywords = ['download-papers','google-scholar', 'libgen', 'scihub', 'scholar', 'crossref', 'papers'], install_requires=[ - 'astroid>=2.4.2,<3.1', + 'astroid>=2.4.2,<3.3', 'beautifulsoup4>=4.9.1', 'bibtexparser>=1.2.0', 'certifi>=2020.6.20',