Changes between Initial Version and Version 1 of Ticket #2255, comment 1
- Timestamp:
- 2015-06-07T10:32:06Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2255, comment 1
initial v1 9 9 1. Generated `requirements.txt` using the existing `./venv` by running `./venv/bin/python ./venv/bin/peep.py freeze > ./requirements.txt` 10 10 1. manually removed `wsgiref` and `allmydata-tahoe` from `requirements.txt` 11 1. deactivated `./venv` then ran `python ./set yp.py safe_develop` to trigger peep's display of package hashes.11 1. deactivated `./venv` then ran `python ./setup.py safe_develop` to trigger peep's display of package hashes. 12 12 1. overwrote `requirements.txt` with the output of peep. 13 13