You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.
I thought it could be a good ideia to parse requirements file, because we like to change a lot requirements file. It worked to get the packages, but it cannot install from the github repository, is installing from Pypi. I was looking at 'dependency_links' field on the setup to fix that but the first approach didn't worked. We'll have a look on it soon.
parsing the requirements file, in my experience (and according to some previous people in pixelated too) is not a good idea. when you introduce pinning in the requirements file, you are injecting the pinning to the setup.py and therefore complicating the life of the maintainer for whatever platform that wants to distribute the package.
the following dependencies are needed by pixelated but not declared in setup.py:
The text was updated successfully, but these errors were encountered: