diff --git a/examples/dev-requirements.in b/examples/dev-requirements.in new file mode 100644 index 0000000..a860ded --- /dev/null +++ b/examples/dev-requirements.in @@ -0,0 +1,8 @@ +-r requirements.in + +autopep8 +docutils +wheel +pip-tools +pytest-pep8 +pytest-pythonpath diff --git a/examples/dev-requirements.txt b/examples/dev-requirements.txt new file mode 100644 index 0000000..ebcc1ba --- /dev/null +++ b/examples/dev-requirements.txt @@ -0,0 +1,26 @@ +# +# This file is autogenerated by pip-compile +# Make changes in dev-requirements.in, then run this to update: +# +# pip-compile dev-requirements.in +# +apipkg==1.4 # via execnet +autopep8==1.2.1 +click==6.2 # via pip-tools +docutils==0.12 +execnet==1.4.1 # via pytest-cache +first==2.0.1 # via pip-tools +flask==0.10.1 +itsdangerous==0.24 # via flask +jinja2==2.8 # via flask +markupsafe==0.23 # via jinja2 +pep8==1.6.2 # via autopep8, pytest-pep8 +pip-tools==1.2.0 +py==1.4.31 # via pytest +pytest-cache==1.0 # via pytest-pep8 +pytest-pep8==1.0.6 +pytest-pythonpath==0.7 +pytest==2.8.3 # via pytest-cache, pytest-pep8, pytest-pythonpath +six==1.10.0 # via pip-tools +werkzeug==0.11.2 # via flask +wheel==0.26.0 diff --git a/examples/prod-requirements.in b/examples/prod-requirements.in new file mode 100644 index 0000000..e3e9a71 --- /dev/null +++ b/examples/prod-requirements.in @@ -0,0 +1 @@ +Flask diff --git a/examples/prod-requirements.txt b/examples/prod-requirements.txt new file mode 100644 index 0000000..b8ad7d7 --- /dev/null +++ b/examples/prod-requirements.txt @@ -0,0 +1,11 @@ +# +# This file is autogenerated by pip-compile +# Make changes in requirements.in, then run this to update: +# +# pip-compile requirements.in +# +flask==0.10.1 +itsdangerous==0.24 # via flask +jinja2==2.8 # via flask +markupsafe==0.23 # via jinja2 +werkzeug==0.11.2 # via flask diff --git a/examples/requirements.txt b/examples/requirements.txt new file mode 100644 index 0000000..71054d5 --- /dev/null +++ b/examples/requirements.txt @@ -0,0 +1,25 @@ +# Options +--allow-external +--allow-unverified + +# Freeze packages +alabaster==0.7.6 +Babel==2.1.1 +docutils==0.12 +Jinja2==2.8 +MarkupSafe==0.23 +Pygments==2.0.2 +pytz==2015.7 +six==1.10.0 +snowballstemmer==1.2.0 +Sphinx==1.3.3 +sphinx-rtd-theme==0.1.9 + +# VSC repositories +[-e] git+git://git.myproject.org/MyProject#egg=MyProject +[-e] git://git.myproject.org/MyProject.git@v1.0#egg=MyProject +[-e] hg+https://hg.myproject.org/MyProject#egg=MyProject +[-e] hg+http://hg.myproject.org/MyProject@da39a3ee5e6b#egg=MyProject +[-e] svn+http://svn.myproject.org/svn/MyProject/trunk@2019#egg=MyProject +[-e] bzr+ssh://user@myproject.org/MyProject/trunk#egg=MyProject +[-e] bzr+https://bzr.myproject.org/MyProject/trunk@2019#egg=MyProject