lukasschwab / arxiv.py

Python wrapper for the arXiv API
MIT License
1.11k stars 123 forks source link

Loosen requirements in `setup.py` #165

Closed kgleba closed 4 months ago

kgleba commented 4 months ago

Description

You merged PR #162 updating constraints in requirements.txt but unfortunately forgot to update the install_requires field in setup.py. So right now both the release in PyPI and the local install from Git still suffer from the problem described in #161.

Thus, this PR is a logical continuation to #162 and aims to update setup.py.

Breaking changes

List any changes that break the API usage supported on master.

None

Relevant issues

List GitHub issues relevant to this change.

Completes the fix of #161

Checklist

lukasschwab commented 4 months ago

Poor testing on my part — ty. Will roll a new release immediately.