- changed status to open
-
assigned issue to
David Larlet
Requirements should be specified in setup.py
While you give a requirements.txt, those requirements are not used in setup.py leading to them not being installed when running `python setup.py install`. Please use the `install_requires` keyword to setuptools's setup function to specify them.
Comments (2)
-
David Larlet
-
Michał Jaworski
- changed status to resolved
fixed in bd80347
- Log in to comment »