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
It seems that when im trying to use setuptools to install coala-bears as a dependecy, it doesnt find requirements.txt .After further investigation, when im building coala-bears with ./setup.py sdist bdist , it has requires.txt in it, instead of requirements.txt .
The text was updated successfully, but these errors were encountered:
AFAIK
The install_requires creates the requires.txt - its meant to be there.
It has the same data as requirements.txt because we read it in the setup.py and set it to be the same
The requirements.txt is not being copied because there's no MANIFEST
It seems that when im trying to use setuptools to install coala-bears as a dependecy, it doesnt find
requirements.txt
.After further investigation, when im building coala-bears with./setup.py sdist bdist
, it hasrequires.txt
in it, instead ofrequirements.txt
.The text was updated successfully, but these errors were encountered: