Don't pin upper limits to setup.py required packages
Closed this issue · 2 comments
isaulv commented
For each python package eyes-common
, eyes-selenium
, eyes-core
, I would like it if setup.py doesn't pin an upper limit to the required packages.
It is annoying to see warnings about libraries being outside the required range.
eirenik0 commented
@Dude-x for now, it's not possible. Packages are pinned, in such a way, because of support Python 2
isaulv commented
It's a minor nit, but for now we can override with requirements.txt.