Changes between Initial Version and Version 1 of Ticket #2283, comment 2


Ignore:
Timestamp:
2014-08-21T01:54:03Z (10 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2283, comment 2

    initial v1  
    1 That seems to work (that is, it gives a list of `Requirement` objects corresponding to `install_requires`). So it's a valid alternative approach to what we have now, but I'm not sure it actually helps all that much. We Don't Repeat Ourselves already -- this would just mean we could choose to move the definition of `install_requires` to `setup.py`, say, which wouldn't by itself reduce complexity.
     1That seems to work (that is, it gives a list of `Requirement` objects corresponding to `install_requires`). So it's a valid alternative approach to what we have now, but I'm not sure it actually helps all that much. We Don't Repeat Ourselves already -- this would just mean we could choose to move the definition of `install_requires` to `setup.py`, say, which wouldn't by itself reduce complexity. (The `install_requires` definition is about half of `_auto_deps.py`.)