We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reproducing recipe:
under macos, python==2.7.10
qta-manage createproject foo cd footestproj echo qtaf > requirements.txt python manage.py dist
error:
File "/Users/guying/workspace/QTAF/testbase/dist.py", line 203, in _generate_sdist reqs = self._merge_requirements() File "/Users/guying/workspace/QTAF/testbase/dist.py", line 182, in _merge_requirements reqs_dict[it.name] = str(it) AttributeError: Requirement instance has no attribute 'name'
The text was updated successfully, but these errors were encountered:
fixed at #73
Sorry, something went wrong.
This issue is related to your version of setuptools, would you provide more information ?
setuptools
No branches or pull requests
reproducing recipe:
under macos, python==2.7.10
error:
The text was updated successfully, but these errors were encountered: