projects
/
cookiecutter.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Move hard requirements from tox.ini to requirements.txt
[cookiecutter.git]
/
project_template
/
devscripts
/
requirements
/
requirements.txt
1
--trusted-host phdru.name
2
--find-links=http://phdru.name/Software/Python/
3
--install-option=-O2
4
5
argparse; python_version == '2.6'
6
m_lib.defenc >= 1.0
7
m_lib >= 2.0; python_version >= '2.6' and python_version < '3.0'
8
m_lib >= 3.0; python_version >= '3.3'