Changes between Initial Version and Version 9 of Ticket #2392


Ignore:
Timestamp:
2016-03-25T17:09:45Z (9 years ago)
Author:
warner
Comment:

Changing the title of this ticket, since we actually added the dependency on pypiwin32 a few weeks ago (as part of switching to pip, in #1582).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2392

    • Property Keywords design-review-needed added
    • Property Owner set to glyph
    • Property Summary changed from add dependency on pypiwin32 to satisfy Twisted on Windows to depend on `Twisted[windows]` (or something) to get pypiwin32 installed
  • Ticket #2392 – Description

    initial v9  
    66
    77Depending on this would allow us to use newer versions of Twisted, which would remove the problem with comment:8:ticket:2066. I think this would allow us to close #2066.
     8
     9(note: as of March-2016, we *do* have a platform-conditional `install_requires=` dependency on `pypiwin32`, and this ticket is about finding a better way to express that dependency)