Files @ 956d7705c012
Branch filter:

Location: majic-ansible-roles/testsite/playbooks/roles/wsgihello2/files/requirements.txt

branko
MAR-234: Use the pipreqcheck user when checking the Python version and prompt:

- Using the root account can result in incorrect permissions being set
on the Python cache (__pycache__) directories, which can further
cause permission issues for the pirpeqcheck user itself.
- The prompt also makes more sense to check in context of the virtual
environment user (since that's the one that will normally get used
with the virtual environment itself).
1
2
3
4
django-apptemplates==1.5
django==1.8.19
ipcalc==1.99.0
six==1.15.0