Changes between Initial Version and Version 1 of Ticket #2255, comment 4
- Timestamp:
- 2014-07-24T01:17:32Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2255, comment 4
initial v1 1 1 So, I see how this works for source packages, or if the `requirements.txt` is created on the same platform as the build in the virtualenv. I don't see how it works for binary eggs -- wouldn't we need to ship different `requitements.txt` files for each platform, with different hashes? 2 2 3 Perhaps it is sufficient to have a `requirements.txt` for Windows 32-bit w/ Python 2.7, one for Windows 64-bit w/ Python 2.7, and one for every other platform that assumes a compiler and builds every onefrom source?3 Perhaps it is sufficient to have a `requirements.txt` for Windows 32-bit w/ Python 2.7, one for Windows 64-bit w/ Python 2.7, and one for every other platform that assumes a compiler and builds everything from source?